@charset "UTF-8";

.type-digital .sections01 {
  /* background-color: #f6f6f6; */
}
.type-digital .sections01 .section-point01 > h2 {
  padding-bottom: 24px;
  padding-top: 20px;
  text-align: center;
  font-size: 23px;
}
.type-digital .sections01 + .area-lineup > .yutai {
  display: none;
}
@media only screen and (max-width: 768px) {
  .type-digital .sections01 .section-point01 > h2 {
    padding: 0 9% 24px;
  }
  .type-digital.top .contbox .ana_case {
    padding-bottom: 20px;
  }
}

/* .type-digital .sections01 .section{padding-bottom: 35px;} */
@media only screen and (max-width: 768px) {
  .type-digital .sections01 .section {
    padding-bottom: 0;
  }
}

.sections01 a {
  color: #282828;
  text-decoration: none;
  outline: none;
}
.sections01 .row {
  width: auto;
}
.sections01 .section {
  width: 1000px;
  padding: 35px 10px 0;
  margin: 0 auto;
}
.sections01 .section .section-content {
  padding: 0;
}
.sections01 .content {
  width: 100%;
  padding: 10px;
  background-color: #dedede;
}

@media only screen and (max-width: 768px) {
  .sections01 .section {
    width: 100%;
    padding: 35px 10px 0;
    margin: 0 auto;
  }
}

.sections01 .ribbon_wrap {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 91px;
  /* overflow: hidden; */
}
.sections01 .ribbon {
  display: inline-block;
  position: absolute;
  padding: 10px 0;
  /* padding: 7px 0; */
  left: -66px;
  top: 40px;
  width: 250px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  background-color: #f3adbf;
  color: #ffff00;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .sections01 .ribbon {
    font-size: 13px;
    left: -70px;
    top: 34px;
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg);
  }
}
.sections01 .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #1a9eeb;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .sections01 .btn {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}

/** SECTIONS01
==============================================*/
.sections01 {
  background-color: #fff;
}
/* .sections01 .section {
    padding: 45px 0;
  } */
/* .sections01 .section-content {
    padding: 20px 0;
    min-height: 480px;
  } */

.sections01 .section:nth-child(odd) .content {
  margin-right: 100px;
}
.sections01 .section:nth-child(even) .content {
  margin-left: 100px;
}
@media only screen and (max-width: 768px) {
  .sections01 {
    /* padding-bottom: 40px; */
  }
  .sections01 .section {
    padding: 30px 15px 0;
  }
  .sections01 .section-content {
    padding: 0;
    min-height: 1px;
  }
  .sections01 .section:nth-child(odd) .content {
    margin-right: 0;
  }
  .sections01 .section:nth-child(even) .content {
    margin-left: 0;
  }
  /* .sections01 .section:first-child .section-content,
    .sections01 .section:nth-child(2) .section-content,
    .sections01 .section:nth-child(3) .section-content,
    .sections01 .section:nth-child(4) .section-content {
      background: none;
    } */
}

.sections01 .headline {
  padding-bottom: 35px;
}
.sections01 .content .block .box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 40px 30px 0;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.sections01 .content .block .box .txt3 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .sections01 .headline {
    padding-bottom: 20px;
  }
  .sections01 .content .block .box {
    flex-direction: column;
  }
}

/** SECTION POINT01
==============================================*/

.sections01 .section-point01 .content .block .box .img_area {
  width: 44%;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sections01 .section-point01 .content .block .box .img_area img {
  max-width: 340px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .sections01 .section-point01 .content .block .box .img_area {
    width: 100%;
  }
  .sections01 .section-point01 .content .block .box .img_area img {
    max-width: 110px;
  }
}

.sections01 .section-point01 .content .block .box .txt_area {
  width: 56%;
  padding-bottom: 40px;
}
.sections01 .section-point01 .content .block .box .txt_area .box_title {
  font-size: 29px;
  font-weight: 600;
}
.sections01 .section-point01 .content .block .box .txt_area .box_title .blue {
  font-weight: 700;
  color: #1a9eeb;
  font-style: normal;
}
.sections01 .section-point01 .content .block .box .txt_area .box_title .sub {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  padding-top: 10px;
}
.sections01 .section-point01 .content .block .box .txt_area .box_title .sub02 {
  font-size: 15px;
  letter-spacing: 0;
}
.sections01 .section-point01 .content .block .box .txt_area .box_title .sub img {
  width: 175px;
  margin: 0 2px;
}
.sections01 .section-point01 .content .block .box .txt_area .txt {
  font-size: 14px;
  /* font-weight: 300; */
  line-height: 1.7;
  padding-top: 15px;
  letter-spacing: 0.09em;
}
.sections01 .section-point01 .content .block .box .txt_area .notes {
  display: block;
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  .sections01 .section-point01 .content .block .box .txt_area {
    width: 100%;
    padding-bottom: 60px;
  }
  .sections01 .section-point01 .content .block .box .txt_area .box_title {
    font-size: 18px;
    text-align: center;
  }
  .sections01 .section-point01 .content .block .box .txt_area .box_title .sub {
    font-size: 16px;
    justify-content: center;
    padding-top: 0;
    flex-wrap: wrap;
  }
  .sections01 .section-point01 .content .block .box .txt_area .box_title .sub02 {
    display: block;
    width: 100%;
  }
  .sections01 .section-point01 .content .block .box .txt_area .box_title .sub img {
    width: 100px;
  }
  .sections01 .section-point01 .content .block .box .txt_area .txt {
    font-size: 13px;
    line-height: 1.6;
    padding-top: 10px;
  }
}

/** CAMPAIGN
==============================================*/
.modal-cont {
  padding: 30px;
}

.modal-contents {
  display: none;
}

.detail2001a .clm-left {
  float: left;
}
.detail2001a .clm-right {
  float: right;
}
.detail2001a {
  padding-top: 40px;
}
.detail2001a > div.clearfix {
  border-top: 1px dotted #6d6d6d;
  padding: 15px 0;
}
.detail2001a > .borders {
  border-top: 1px dotted #6d6d6d;
  padding: 30px 0 10px;
}
.detail2001a .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
  text-align: left;
}
.detail2001a .notes {
  font-size: 12px;
  color: inherit;
  margin-bottom: 4px;
  text-align: left;
}
.detail2001a .lead {
  text-align: left;
  font-size: 16px;
}
.detail2001a .list {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.detail2001a .list .pd {
  padding: 10px 0 5px;
  display: block;
  text-align: left;
}
.detail2001a .list li {
  text-align: left;
  word-break: break-all;
}
.detail2001a .list li a {
  display: block;
  text-align: left;
  padding-left: 0;
  padding-bottom: 10px;
  text-indent: 0;
  text-decoration: underline;
  word-break: break-all;
}
.detail2001a .clm-left {
  width: 190px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.detail2001a .clm-right {
  width: calc(100% - 190px);
}
.modal-cont .c_title {
  border-bottom: 1px solid #000;
  padding: 30px 0 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.modal-cont .detail2001a:not(.no-fill) {
  background-color: #eee;
  padding: 20px 30px;
}
.modal-cont .detail2001a.no-fill {
  padding-top: 20px;
}

.modal-cont .detail2001a > div.clearfix:first-child {
  border-top: none;
  padding: 15px 0;
}
.modal-cont ul.notes {
  text-align: left;
  margin-top: 0;
  color: #333;
  line-height: 1.4;
  font-size: 14px;
  text-indent: 0;
  padding-left: 0;
  counter-reset: number;
}
@media only screen and (max-width: 768px) {
  .modal-cont ul.notes {
    font-size: 12px;
  }
}

.detail2001a ul.notes > li,
.modal-cont ul.notes > li {
  text-align: left;
  position: relative;
  padding-left: 1.1em;
}
.detail2001a ul.notes > li:before,
.modal-cont ul.notes > li:before {
  content: "※";
  position: absolute;
  left: 0;
}
.detail2001a ul.notes > li.asterisk:before,
.modal-cont ul.notes > li.asterisk:before {
  content: "＊";
}
.detail2001a ul.notes > li.asterisk.num,
.modal-cont ul.notes > li.asterisk.num {
  padding-left: 2em;
}
.detail2001a ul.notes > li.asterisk.num:before,
.modal-cont ul.notes > li.asterisk.num:before {
  counter-increment: number;
  content: "＊" counter(number) ":";
}
.detail2001a * + .lead-S.midashi {
  margin-top: 1em;
}
.detail2001a .lead-S {
  font-size: 14px;
  text-align: left;
}
.detail2001a .lead-S + .lead-S {
  margin-top: 0.3em;
}
@media screen and (max-width: 768px) {
  .detail2001a {
    padding-top: 20px;
  }
  .detail2001a > .borders {
    padding: 20px 0 15px;
  }
  .detail2001a .title {
    font-size: 13px;
  }
  .detail2001a .notes {
    font-size: 10px;
  }
  .detail2001a .lead {
    font-size: 12px;
  }
  .detail2001a .clm-left {
    width: 100%;
    font-size: 13px;
  }
  .detail2001a .clm-right {
    width: 100%;
  }
  .modal-cont {
    padding: 20px;
  }
  .modal-cont .c_title {
    padding-top: 20px;
    font-size: 16px;
  }
  .modal-cont .detail2001a:not(.no-fill) {
    padding: 10px 20px;
  }
  .modal-cont .detail2001a.no-fill {
    padding: 20px 0 0;
  }
}
