@charset "UTF-8";
.p-news2019 #contents {
  overflow: hidden;
}

.p-news2019 #main {
  overflow: visible;
}

#main .check-area {
  margin: 40px 0;
  padding: 20px;
  background-color: #DFF4FD;
}

#main .check-area > .area-wrap {
  background-color: #fff;
  padding: 0 20px;
}

#main .check-area .area-title {
  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;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #FF3A6D;
}

#main .check-area .list-arrow {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 20px 0;
}

#main .wysiwyg .list-lineup {
  font-size: 13px;
  font-size: 1.3rem;
}

#main .wysiwyg .list-arrow > li {
  background: none;
  position: relative;
  padding-left: .8em;
}

#main .wysiwyg .list-arrow > li::after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(.8em - 4px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #039;
}

.archive-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 32px;
}

.archive-link > .head {
  margin-right: .8em;
  font-weight: 700;
}

.archive-link > .item:not(:first-of-type)::before {
  content: '｜';
  display: inline-block;
  margin: 0 .2em;
}

#main .archive-link + h2 {
  margin-top: 0;
}

.news-thumbs {
  max-width: 860px;
  margin: 50px auto 30px;
  border-bottom: 1px solid #D7D7D7;
}

.news-thumbs > .item:nth-child(2n+1) {
  background-color: #F7F7F7;
}

.news-thumbs > .item:nth-child(2n) {
  background-color: #fff;
}

.news-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  line-height: 1.5;
  color: inherit;
  border: 1px solid transparent;
  border-top-color: #D7D7D7;
}

.news-item > .thumb {
  width: 90px;
  height: 90px;
  margin: 0;
  background: url(/common-wr/img/noimage_240x240.png) no-repeat 50% 50%;
  background-size: cover;
}

.news-item > .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-left: 15px;
}

.news-item > .text .title {
  margin-bottom: .8em;
  font-size: 14px;
  font-size: 1.4rem;
}

.news-item > .text .date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

.news-item::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 12px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.news-item,
.news-item > .text .title,
.news-item > .text .date, .news-item::after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.news-item:hover {
  border-color: #007EFF;
  text-decoration: none !important;
}

.news-item:hover > .text .title,
.news-item:hover > .text .date {
  color: #007EFF;
}

.news-item:hover::after {
  border-color: #007EFF;
}

#main .pickup-area {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pickup-area {
  line-height: 1.5;
}

.pickup-area > .title {
  margin-bottom: .8em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #039;
}

.pickup-area > .title .large {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  color: #FF3A6D;
}

.pickup-list {
  position: relative;
  padding-bottom: 40px;
}

.pickup-list::before {
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  top: 40px;
  width: 100vw;
  height: calc(100% - 40px);
  background-color: #F5F8FF;
}

.pickup-item {
  position: relative;
  display: block;
  padding-bottom: 2.4em;
  line-height: 1.5;
  color: inherit;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px -2px rgba(51, 51, 51, 0.1);
          box-shadow: 0 2px 2px -2px rgba(51, 51, 51, 0.1);
  outline: 0;
}

.pickup-item > .thumb {
  height: calc((100vw - 30px)*0.64);
  max-height: 320px;
  background: url(/common-wr/img/noimage_640x480.png) no-repeat 50% 50%;
  background-size: cover;
}

.pickup-item > .title {
  margin: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

.pickup-item > .date {
  position: absolute;
  left: 10px;
  bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

.pickup-item,
.pickup-item > .title,
.pickup-item > .date {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.pickup-item:hover {
  text-decoration: none !important;
  -webkit-box-shadow: 0 0 15px 5px rgba(51, 51, 51, 0.3);
          box-shadow: 0 0 15px 5px rgba(51, 51, 51, 0.3);
}

.pickup-item:hover > .title,
.pickup-item:hover > .date {
  color: #007EFF;
}

@media print, screen and (min-width: 768px) {
  #main .check-area {
    padding: 30px;
  }
  #main .check-area > .area-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
  }
  #main .check-area .area-title {
    font-size: 20px;
    font-size: 2rem;
  }
  #main .check-area .area-title {
    width: 155px;
    border-left: 4px solid #039;
    border-right: 1px solid #D7D7D7;
  }
  #main .check-area .list-arrow {
    padding: 8px 20px 0;
  }
  #main .wysiwyg .list-lineup {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #main .wysiwyg .list-lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -30px;
  }
  #main .wysiwyg .list-lineup > li {
    margin-left: 30px;
  }
  .archive-link {
    margin-bottom: 40px;
  }
  .news-thumbs {
    margin: 60px auto 40px;
  }
  .news-item {
    padding: 15px;
  }
  .news-item > .thumb {
    width: 80px;
    height: 80px;
  }
  .news-item > .text .title {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .news-item > .text .date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #main .pickup-area {
    margin-top: 60px;
  }
  #main .pickup-area {
    margin-bottom: 60px;
  }
  .pickup-area > .title {
    font-size: 20px;
    font-size: 2rem;
  }
  .pickup-area > .title .large {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pickup-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 60px;
  }
  .pickup-list::before {
    left: -20px;
    width: calc(100% + 40px);
  }
  #main:only-child .pickup-list::before {
    left: calc(50% - 50vw);
    width: 100vw;
  }
  .pickup-list::after {
    content: '';
    display: block;
    width: calc((100% - 60px)/3);
  }
  .pickup-list > .item {
    width: calc((100% - 60px)/3);
  }
  .pickup-list > .item:nth-child(n+4) {
    margin-top: 32px;
  }
  .pickup-item > .thumb {
    height: 212px;
  }
  .pickup-item > .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pickup-item > .title {
    margin: 20px;
  }
  .pickup-item > .date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pickup-item > .date {
    left: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #main .check-area .area-title {
    height: 64px;
    border-top: 4px solid #039;
    border-bottom: 1px solid #D7D7D7;
  }
  .pickup-list > .item {
    margin-bottom: 15px;
  }
}
