/* Scss Document */
/* for news.html */
#inner_title {
  background-image: url(../img/news/bg_news_title.jpg);
}

.title_news_s {
  width: 159px;
  height: 17px;
  background-image: url(../img/news/title_news_s.png);
}

#main_contents {
  margin-top: -7.8%;
}
#main_contents .news_list {
  width: 988px;
  margin: 30px auto 0;
}
#main_contents .news_list li {
  position: relative;
  padding: 23px 27px 29px;
  border: 5px solid #fff;
  background-color: rgba(0, 0, 0, 0.51);
  font-size: 14px;
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  #main_contents .news_list li {
    font-size: 14px;
    font-size: 1.3671875vw;
  }
}
@media only screen and (max-width: 1023px) {
  #main_contents .news_list li {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
#main_contents .news_list li ~ li {
  margin-top: 44px;
}
#main_contents .news_list li dl dt {
  letter-spacing: 0.8px;
  color: #fff100;
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  #main_contents .news_list li dl dt {
    letter-spacing: 0.8px;
    letter-spacing: 0.078125vw;
  }
}
@media only screen and (max-width: 1023px) {
  #main_contents .news_list li dl dt {
    letter-spacing: 0.8px;
    letter-spacing: 0.1066666667vw;
  }
}
#main_contents .news_list li dl dd {
  margin-top: 1px;
}
#main_contents .news_list li.new:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  top: -13px;
  left: 23px;
  width: 71px;
  height: 23px;
  background-image: url(../img/icon_new_b.png);
}

@media only screen and (max-width: 1023px) {
  img {
    width: 100%;
    max-width: none;
  }

  #inner_title {
    background-image: url(../img/news/bg_news_title_sp.jpg);
  }
  #inner_title h1 {
    width: 40.70%;
  }
  #inner_title h1 small {
    width: 64.476%;
  }

  #main_contents {
    margin-top: -19%;
  }
  #main_contents .news_list {
    margin-top: 1.1%;
    width: 94.6666666667%;
  }
  #main_contents .news_list li {
    padding: 2.3% 4.3% 2.3%;
    border-width: 0.5vw;
  }
  #main_contents .news_list li.new:before {
    top: -19px;
    top: -2.5333333333vw;
    left: 28px;
    left: 3.7333333333vw;
    width: 99px;
    width: 13.2vw;
    height: 31px;
    height: 4.1333333333vw;
  }
  #main_contents .news_list li ~ li {
    margin-top: 5.3%;
  }
  #main_contents .news_list li dl dd {
    margin-top: 0.6%;
    line-height: 1.47;
  }

  .oo_pcimt {
    width: 100% !important;
  }
  .oo_pcimt img {
    width: 100%;
    max-width: none;
  }
}
#main_contents .select {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}
#main_contents .select li ~ li {
  margin-left: 40px;
}
#main_contents .select .btn_news a {
  display: block;
  background: url(../img/news/btn_news.png) no-repeat;
  width: 322px;
  height: 62px;
  cursor: pointer;
}
#main_contents .select .btn_news.active a {
  background: url(../img/news/btn_news_on.png) no-repeat;
}
#main_contents .select .btn_dlc a {
  display: block;
  background: url(../img/news/btn_dlc.png) no-repeat;
  width: 322px;
  height: 62px;
  cursor: pointer;
}
#main_contents .select .btn_dlc.active a {
  background: url(../img/news/btn_dlc_on.png) no-repeat;
}

.content_area {
  margin-top: 50px;
  display: none;
}
.content_area.active {
  display: block;
}

.dlc_area {
  font-size: 16px;
}
.dlc_area .about_dlc_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
  padding: 0 5px;
}
.dlc_area .about_dlc_box .notice {
  border: solid 1px #ff1800;
  margin: 0 auto 40px;
  padding: 10px;
}
.dlc_area .about_dlc_box .notice .red {
  color: #ff1800;
}
.dlc_area .about_dlc_box .left_box {
  width: 420px;
}
.dlc_area .about_dlc_box .left_box .img_top {
  display: block;
  background: url(../img/news/dlc/img_dlc_top.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.dlc_area .about_dlc_box .right_box {
  width: 560px;
}
.dlc_area .about_dlc_box .right_box .title {
  margin-bottom: 10px;
}
.dlc_area .about_dlc_box .right_box .text {
  font-size: 17px;
}
.dlc_area .caution_box {
  margin: 0 20px 60px;
  padding: 10px 0;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
.dlc_area .dlc_list {
  margin: 0 20px;
}
.dlc_area .dlc_list li {
  position: relative;
  border: solid 4px #ffffff;
  padding: 23px;
}
.dlc_area .dlc_list li.new::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  top: -13px;
  left: 23px;
  width: 71px;
  height: 23px;
  background-image: url(../img/icon_new_b.png);
}
.dlc_area .dlc_list li ~ li {
  margin-top: 30px;
}
.dlc_area .dlc_list li .title {
  font-size: 22px;
  color: #fff100;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 15px;
}
.dlc_area .dlc_list li .date_price {
  font-size: 17px;
  color: #fff100;
  border-bottom: solid 1px #ffffff;
  padding: 15px 0;
}
.dlc_area .dlc_list li .main_box {
  margin-top: 30px;
}
.dlc_area .dlc_list li .main_box .img_main span {
  margin: 0 auto;
}
.dlc_area .dlc_list li .main_box .img_main span.dlc_01 {
  display: block;
  background: url(../img/news/dlc/img_main_01.png) no-repeat;
  background-size: contain;
  width: 462px;
  height: 260px;
}
.dlc_area .dlc_list li .main_box .img_main span.dlc_02 {
  display: block;
  background: url(../img/news/dlc/img_main_02.png) no-repeat;
  background-size: contain;
  width: 462px;
  height: 260px;
}
.dlc_area .dlc_list li .main_box .img_main span.dlc_03 {
  display: block;
  background: url(../img/news/dlc/img_main_03.png) no-repeat;
  background-size: contain;
  width: 462px;
  height: 260px;
}
.dlc_area .dlc_list li .main_box .img_main span.dlc_04 {
  display: block;
  background: url(../img/news/dlc/img_main_04.png) no-repeat;
  background-size: contain;
  width: 462px;
  height: 260px;
}
.dlc_area .dlc_list li .main_box .img_main span.dlc_05 {
  display: block;
  background: url(../img/news/dlc/img_main_05.png) no-repeat;
  background-size: contain;
  width: 260px;
  height: 260px;
}
.dlc_area .dlc_list li .main_box .img_main span.dlc_06 {
  display: block;
  background: url(../img/news/dlc/img_main_06.png) no-repeat;
  background-size: contain;
  width: 260px;
  height: 260px;
}
.dlc_area .dlc_list li .main_box .text {
  margin: 22px 0;
}
.dlc_area .dlc_list li .title_set {
  margin-bottom: 15px;
}
.dlc_area .dlc_list li .desc p ~ p {
  margin-top: 20px;
}
.dlc_area .dlc_list li .desc p span.indent {
  padding-left: 1em;
}
.dlc_area .dlc_list li .desc.flex_type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dlc_area .dlc_list li .desc .contents_box {
  width: 446px;
}
.dlc_area .dlc_list li .desc .contents_box.flex_type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dlc_area .dlc_list li .desc .contents_box.L_type {
  width: 100%;
}
.dlc_area .dlc_list li .desc .contents_box.mt-20 {
  margin-top: 20px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box span {
  display: inline-block;
}
.dlc_area .dlc_list li .desc .contents_box .img_box.flex_type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 220px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box.flex_type.L_type {
  justify-content: space-between;
  width: 100%;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_01_01 {
  background: url(../img/news/dlc/img_01_01.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_01_02 {
  background: url(../img/news/dlc/img_01_02.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_01_03 {
  background: url(../img/news/dlc/img_01_03.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_01_04 {
  background: url(../img/news/dlc/img_01_04.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_01_05 {
  background: url(../img/news/dlc/img_01_05.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_01_06 {
  background: url(../img/news/dlc/img_01_06.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_01_07 {
  background: url(../img/news/dlc/img_01_07.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_01_08 {
  background: url(../img/news/dlc/img_01_08.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_01_09 {
  background: url(../img/news/dlc/img_01_09.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_02_01 {
  background: url(../img/news/dlc/img_02_01.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_02_02 {
  background: url(../img/news/dlc/img_02_02.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_02_03 {
  background: url(../img/news/dlc/img_02_03.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_02_04 {
  background: url(../img/news/dlc/img_02_04.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_02_05 {
  background: url(../img/news/dlc/img_02_05.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_02_06 {
  background: url(../img/news/dlc/img_02_06.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_02_07 {
  background: url(../img/news/dlc/img_02_07.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_02_08 {
  background: url(../img/news/dlc/img_02_08.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_02_09 {
  background: url(../img/news/dlc/img_02_09.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_02_10 {
  background: url(../img/news/dlc/img_02_10.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_02_11 {
  background: url(../img/news/dlc/img_02_11.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_02_12 {
  background: url(../img/news/dlc/img_02_12.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_01 {
  background: url(../img/news/dlc/img_03_01.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_02 {
  background: url(../img/news/dlc/img_03_02.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_03 {
  background: url(../img/news/dlc/img_03_03.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_04 {
  background: url(../img/news/dlc/img_03_04.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_05 {
  background: url(../img/news/dlc/img_03_05.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_06 {
  background: url(../img/news/dlc/img_03_06.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_07 {
  background: url(../img/news/dlc/img_03_07.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_08 {
  background: url(../img/news/dlc/img_03_08.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_09 {
  background: url(../img/news/dlc/img_03_09.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_10 {
  background: url(../img/news/dlc/img_03_10.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_11 {
  background: url(../img/news/dlc/img_03_11.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_12 {
  background: url(../img/news/dlc/img_03_12.jpg) no-repeat;
  width: 220px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_06,
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_07,
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_08,
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_09,
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_10 {
  width: 72px;
  height: 73px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_07,
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_08,
.dlc_area .dlc_list li .desc .contents_box .img_box .img_03_10 {
  margin-left: 2px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_04_01 {
  background: url(../img/news/dlc/img_04_01.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_04_02 {
  background: url(../img/news/dlc/img_04_02.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_04_03 {
  background: url(../img/news/dlc/img_04_03.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_04_04 {
  background: url(../img/news/dlc/img_04_04.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_04_05 {
  background: url(../img/news/dlc/img_04_05.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_04_06 {
  background: url(../img/news/dlc/img_04_06.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_04_07 {
  background: url(../img/news/dlc/img_04_07.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box .img_box .img_04_08 {
  background: url(../img/news/dlc/img_04_08.jpg) no-repeat;
  background-size: contain;
  width: 219px;
  height: 124px;
}
.dlc_area .dlc_list li .desc .contents_box:nth-child(n + 3) {
  margin-top: 20px;
}
.dlc_area .dlc_list li .desc .contents_box.mt-13 {
  margin-top: -20px;
}
.dlc_area .dlc_list li .desc .contents_box .inline {
  width: 220px;
}
.dlc_area .dlc_list li .desc .contents_box .inline_L {
  width: 705px;
}
.dlc_area .dlc_list li .desc .contents_box .inline_M {
  width: 481px;
}
.dlc_area .dlc_list li .desc .text {
  margin-top: 30px;
}
.dlc_area .dlc_list li .text.mt-30 {
  margin-top: 30px;
}
.dlc_area .dlc_list li .text.mt-30 .indent {
  padding-left: 1em;
}

@media only screen and (max-width: 1023px) {
  #main_contents .select .btn_news {
    margin: 0 auto;
  }
  #main_contents .select .btn_news a {
    background: url(../img/news/btn_news_sp.png) no-repeat;
    background-size: 100%;
    width: 94vw;
    height: 8.3vw;
    margin-bottom: 1.5vw;
    cursor: pointer;
  }
  #main_contents .select .btn_news.active a {
    background: url(../img/news/btn_news_on_sp.png) no-repeat;
    background-size: 100%;
    width: 94vw;
    height: 8.3vw;
  }
  #main_contents .select .btn_cp {
    margin: 0 auto;
  }
  #main_contents .select .btn_cp a {
    background: url(../img/news/btn_cp_sp.png) no-repeat;
    background-size: 100%;
    width: 94vw;
    height: 8.3vw;
    margin-bottom: 1.5vw;
    cursor: pointer;
  }
  #main_contents .select .btn_cp.active a {
    background: url(../img/news/btn_cp_on_sp.png) no-repeat;
    background-size: 100%;
    width: 94vw;
    height: 8.3vw;
  }
  #main_contents .select .btn_dlc {
    margin: 0 auto;
  }
  #main_contents .select .btn_dlc a {
    background: url(../img/news/btn_dlc_sp.png) no-repeat;
    background-size: 100%;
    width: 94vw;
    height: 8.3vw;
    margin-bottom: 1.5vw;
    cursor: pointer;
  }
  #main_contents .select .btn_dlc.active a {
    background: url(../img/news/btn_dlc_on_sp.png) no-repeat;
    background-size: 100%;
    width: 94vw;
    height: 8.3vw;
  }
  #main_contents .select .btn_dlc a {
    cursor: auto;
  }

  .content_area {
    margin-top: 6vw;
  }

  .dlc_area .about_dlc_box {
    margin-bottom: 4vw;
    padding: 0 3.4vw;
  }
  .dlc_area .about_dlc_box .notice {
    margin: 0 auto 10vw;
    padding: 2vw;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1024px) {
  .dlc_area .about_dlc_box .notice {
    font-size: 16px;
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .dlc_area .about_dlc_box .notice {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .dlc_area .about_dlc_box .left_box {
    width: 100%;
    margin-bottom: 5vw;
  }
  .dlc_area .about_dlc_box .left_box .img_top {
    height: 52.1vw;
  }
  .dlc_area .about_dlc_box .right_box {
    width: 100%;
  }
  .dlc_area .about_dlc_box .right_box .title {
    width: 39.2957746479%;
    margin-bottom: 2vw;
  }
  .dlc_area .about_dlc_box .right_box .text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1024px) {
  .dlc_area .about_dlc_box .right_box .text {
    font-size: 17px;
    font-size: 1.66015625vw;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .dlc_area .about_dlc_box .right_box .text {
    font-size: 17px;
    font-size: 2.2666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .dlc_area .caution_box {
    margin: 0 3.4vw 7vw;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1024px) {
  .dlc_area .caution_box {
    font-size: 16px;
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .dlc_area .caution_box {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .dlc_area .dlc_list {
    margin: 0 3.4vw;
    padding: 1.5vw 0;
  }
  .dlc_area .dlc_list li {
    border-width: 0.5vw;
    padding: 2.8vw;
  }
  .dlc_area .dlc_list li.new::before {
    top: -2.53333vw;
    left: 3.73333vw;
    width: 13.2vw;
    height: 4.13333vw;
  }
  .dlc_area .dlc_list li ~ li {
    margin-top: 5vw;
  }
  .dlc_area .dlc_list li .title {
    font-size: 22px;
    padding-bottom: 1.6vw;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1024px) {
  .dlc_area .dlc_list li .title {
    font-size: 22px;
    font-size: 2.1484375vw;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .dlc_area .dlc_list li .title {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .dlc_area .dlc_list li .title img {
    width: 16.0563380282%;
  }
  .dlc_area .dlc_list li .date_price {
    font-size: 17px;
    padding: 1.6vw 0;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1024px) {
  .dlc_area .dlc_list li .date_price {
    font-size: 17px;
    font-size: 1.66015625vw;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .dlc_area .dlc_list li .date_price {
    font-size: 17px;
    font-size: 2.2666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .dlc_area .dlc_list li .main_box {
    margin-top: 3.4vw;
  }
  .dlc_area .dlc_list li .main_box .img_main span.dlc_01 {
    width: 65.0704225352%;
    height: 31.5vw;
  }
  .dlc_area .dlc_list li .main_box .img_main span.dlc_02 {
    width: 65.0704225352%;
    height: 31.5vw;
  }
  .dlc_area .dlc_list li .main_box .img_main span.dlc_03 {
    width: 65.0704225352%;
    height: 31.5vw;
  }
  .dlc_area .dlc_list li .main_box .img_main span.dlc_04 {
    width: 65.0704225352%;
    height: 31.5vw;
  }
  .dlc_area .dlc_list li .main_box .img_main span.dlc_05 {
    width: 36.6197183099%;
    height: 31.5vw;
  }
  .dlc_area .dlc_list li .main_box .img_main span.dlc_06 {
    width: 36.6197183099%;
    height: 31.5vw;
  }
  .dlc_area .dlc_list li .main_box .text {
    margin: 3.4vw 0;
    font-size: 17px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1024px) {
  .dlc_area .dlc_list li .main_box .text {
    font-size: 17px;
    font-size: 1.66015625vw;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .dlc_area .dlc_list li .main_box .text {
    font-size: 17px;
    font-size: 2.2666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .dlc_area .dlc_list li .title_set {
    margin-bottom: 2.5vw;
    overflow: hidden;
  }
  .dlc_area .dlc_list li .title_set img {
    width: 150%;
  }
  .dlc_area .dlc_list li .desc {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1024px) {
  .dlc_area .dlc_list li .desc {
    font-size: 17px;
    font-size: 1.66015625vw;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .dlc_area .dlc_list li .desc {
    font-size: 17px;
    font-size: 2.2666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .dlc_area .dlc_list li .desc p ~ p {
    margin-top: 2.6vw;
  }
  .dlc_area .dlc_list li .desc .contents_box {
    width: 100%;
  }
  .dlc_area .dlc_list li .desc .contents_box.flex_type .img_box {
    width: 49%;
  }
  .dlc_area .dlc_list li .desc .contents_box.L_type.sp_mt-7 {
    margin-top: 7vw;
  }
  .dlc_area .dlc_list li .desc .contents_box.L_type .img_box {
    justify-content: space-between;
    width: 100%;
  }
  .dlc_area .dlc_list li .desc .contents_box .stitle {
    margin-bottom: 1.5vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_01_01 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_01_02 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_01_03 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_01_04 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_01_05 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_01_06 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_01_07 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_01_08 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_01_09 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_02_01 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_02_02 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_02_03 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_02_04 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_02_05 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_02_06 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_02_07 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_02_08 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_02_09 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_02_10 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_02_11 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_02_12 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_02_01,
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_02_02 {
    margin-bottom: 2vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_01 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_02 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_03 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_04 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_05 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_06 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_07 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_08 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_09 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_10 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_11 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_12 {
    background-size: contain;
    width: 100%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_06,
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_07,
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_08,
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_09,
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_10 {
    width: 19%;
    height: 16.7vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_11,
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_03_12 {
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_04_01 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_04_02 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_04_03 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_04_04 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_04_05 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_04_06 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_04_07 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .img_box .img_04_08 {
    background-size: contain;
    width: 49%;
    height: 24vw;
  }
  .dlc_area .dlc_list li .desc .contents_box:nth-child(n + 2) {
    margin-top: 2.5vw;
  }
  .dlc_area .dlc_list li .desc .contents_box .inline {
    width: 49%;
    font-size: 17px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1024px) {
  .dlc_area .dlc_list li .desc .contents_box .inline {
    font-size: 17px;
    font-size: 1.66015625vw;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .dlc_area .dlc_list li .desc .contents_box .inline {
    font-size: 17px;
    font-size: 2.2666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .dlc_area .dlc_list li .desc .contents_box .inline_L {
    width: 100%;
    font-size: 17px;
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1024px) {
  .dlc_area .dlc_list li .desc .contents_box .inline_L {
    font-size: 17px;
    font-size: 1.66015625vw;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .dlc_area .dlc_list li .desc .contents_box .inline_L {
    font-size: 17px;
    font-size: 2.2666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .dlc_area .dlc_list li .desc .contents_box .inline_M {
    width: 100%;
    font-size: 17px;
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1024px) {
  .dlc_area .dlc_list li .desc .contents_box .inline_M {
    font-size: 17px;
    font-size: 1.66015625vw;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .dlc_area .dlc_list li .desc .contents_box .inline_M {
    font-size: 17px;
    font-size: 2.2666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .dlc_area .dlc_list li .desc .text {
    margin-top: 3.6vw;
  }
  .dlc_area .dlc_list li .text.mt-30 {
    margin-top: 5vw;
    font-size: 17px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1024px) {
  .dlc_area .dlc_list li .text.mt-30 {
    font-size: 17px;
    font-size: 1.66015625vw;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .dlc_area .dlc_list li .text.mt-30 {
    font-size: 17px;
    font-size: 2.2666666667vw;
  }
}

.dlc_area .dlc_list .list_set .ttl {
  border: none;
  padding: 70px 0 ;
  margin-top: 0px;
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .dlc_area .dlc_list .list_set .ttl {
    padding: 70px 0 ;
    padding: 6.8359375vw 0 ;
  }
}
@media only screen and (max-width: 1023px) {
  .dlc_area .dlc_list .list_set .ttl {
    padding: 44px 0 ;
    padding: 5.8666666667vw 0 ;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .dlc_area .dlc_list .list_set .ttl {
    margin-top: 0px;
    margin-top: 0vw;
  }
}
@media only screen and (max-width: 1023px) {
  .dlc_area .dlc_list .list_set .ttl {
    margin-top: 0px;
    margin-top: 0vw;
  }
}
.dlc_area .dlc_list .list_set .ttl_set {
  font-size: 22px;
  color: #fff100;
  padding-bottom: 0px;
  text-align: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .dlc_area .dlc_list .list_set .ttl_set {
    font-size: 22px;
    font-size: 2.1484375vw;
  }
}
@media only screen and (max-width: 1023px) {
  .dlc_area .dlc_list .list_set .ttl_set {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
.dlc_area .dlc_list .list_set .set01 {
  margin-top: 0px;
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .dlc_area .dlc_list .list_set .set01 {
    margin-top: 0px;
    margin-top: 0vw;
  }
}
@media only screen and (max-width: 1023px) {
  .dlc_area .dlc_list .list_set .set01 {
    margin-top: 0px;
    margin-top: 0vw;
  }
}
.dlc_area .dlc_list .list_set li {
  margin-top: 60px;
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .dlc_area .dlc_list .list_set li {
    margin-top: 60px;
    margin-top: 5.859375vw;
  }
}
@media only screen and (max-width: 1023px) {
  .dlc_area .dlc_list .list_set li {
    margin-top: 60px;
    margin-top: 8vw;
  }
}
.dlc_area .dlc_list .freedlc {
  margin-top: 180px;
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .dlc_area .dlc_list .freedlc {
    margin-top: 180px;
    margin-top: 17.578125vw;
  }
}
@media only screen and (max-width: 1023px) {
  .dlc_area .dlc_list .freedlc {
    margin-top: 180px;
    margin-top: 24vw;
  }
}

/*# sourceMappingURL=news.css.map */
