.bg_gray {
  background-color: #3E3D3D; }

.bread .list li,
.bread .list li a,
.bread .list li:not(:last-child):after,
.section_ttl_box .section_ttl {
  color: #fff; }

.section_ttl_box .section_ttl:before {
  border-bottom-color: #fff; }

@media screen and (min-width: 767px) {
  .second_content {
    padding: 110px 0; } }
@media screen and (max-width: 768px) {
  .second_content {
    padding: 55px 0 90px; } }

.sub_ttl {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px; }

@media screen and (min-width: 767px) {
  #demoday_mv .section_wrap {
    max-width: 806px; } }
#demoday_mv .mv {
  line-height: 0; }
  #demoday_mv .mv img {
    width: 100%; }
  #demoday_mv .mv .boxInner {
    background-color: #3E3D3D; }
  #demoday_mv .mv .isPlay:before {
    background-image: linear-gradient(109.6deg, #3E3D3D 11.2%, #3E3D3D 91.1%); }
#demoday_mv .lead {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.8;
  margin-top: 50px; }
#demoday_mv .info {
  margin-top: 110px; }
  @media screen and (min-width: 767px) {
    #demoday_mv .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (max-width: 768px) {
    #demoday_mv .info {
      margin-top: 50px; } }
  #demoday_mv .info dt {
    font-weight: bold;
    position: relative; }
    @media screen and (min-width: 767px) {
      #demoday_mv .info dt {
        width: 300px; } }
    @media screen and (min-width: 767px) {
      #demoday_mv .info dt + dd {
        margin-top: 25px; } }
    #demoday_mv .info dt:nth-of-type(1) {
      margin-top: 0; }
    @media screen and (min-width: 767px) {
      #demoday_mv .info dt::before {
        content: '';
        width: 179px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 14px;
        right: 0; } }
    #demoday_mv .info dt p {
      font-size: 2.0rem;
      color: #fff;
      line-height: 1.5;
      text-align: right; }
      @media screen and (min-width: 767px) {
        #demoday_mv .info dt p {
          width: 105px; } }
      @media screen and (max-width: 768px) {
        #demoday_mv .info dt p {
          text-align: left;
          font-size: 1.5rem; } }
  @media screen and (min-width: 767px) {
    #demoday_mv .info dd {
      padding-left: 30px;
      width: calc(100% - 300px); } }
  #demoday_mv .info dd + dt {
    margin-top: 25px; }
  #demoday_mv .info dd:nth-of-type(1) {
    margin-top: 0; }
  #demoday_mv .info dd p {
    font-size: 2.0rem;
    color: #fff;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      #demoday_mv .info dd p {
        text-align: left;
        font-size: 1.5rem; } }
    #demoday_mv .info dd p.small {
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        #demoday_mv .info dd p.small {
          font-size: 1.2rem; } }
  #demoday_mv .info dd a {
    color: #95D2FF;
    text-decoration: underline; }

#timetable {
  background-color: #F2F2F2; }
  @media screen and (min-width: 767px) {
    #timetable .section_wrap {
      max-width: 500px; } }
  @media screen and (min-width: 767px) {
    #timetable .timetable {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #timetable .timetable dt {
    position: relative; }
    @media screen and (min-width: 767px) {
      #timetable .timetable dt {
        width: 250px; } }
    #timetable .timetable dt + dd {
      margin-top: 35px; }
      @media screen and (max-width: 768px) {
        #timetable .timetable dt + dd {
          margin-top: 10px; } }
    #timetable .timetable dt:nth-of-type(1) {
      margin-top: 0; }
    @media screen and (min-width: 767px) {
      #timetable .timetable dt::before {
        content: '';
        width: 179px;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    #timetable .timetable dt p {
      font-size: 1.5rem;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        #timetable .timetable dt p {
          text-align: left; } }
  @media screen and (min-width: 767px) {
    #timetable .timetable dd {
      padding-left: 30px;
      width: calc(100% - 250px); } }
  #timetable .timetable dd + dt {
    margin-top: 35px; }
  @media screen and (min-width: 767px) {
    #timetable .timetable dd:nth-of-type(1) {
      margin-top: 0; } }
  #timetable .timetable dd p {
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      #timetable .timetable dd p {
        text-align: left; } }

@media screen and (min-width: 767px) {
  #judge .section_wrap {
    max-width: 806px; } }
@media screen and (min-width: 767px) {
  #judge .judge_clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
#judge .judge_clm:nth-child(n+2) {
  margin-top: 87px; }
  @media screen and (max-width: 768px) {
    #judge .judge_clm:nth-child(n+2) {
      margin-top: 45px; } }
@media screen and (min-width: 767px) {
  #judge .judge_clm .txt_box {
    width: calc(100% - 383px); } }
#judge .judge_clm .txt_box .position {
  font-size: 1.5rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    #judge .judge_clm .txt_box .position {
      font-size: 1.3rem; } }
#judge .judge_clm .txt_box .name {
  font-size: 2.0rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    #judge .judge_clm .txt_box .name {
      font-size: 1.5rem;
      margin-top: 15px; } }
#judge .judge_clm .txt_box .officer {
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    #judge .judge_clm .txt_box .officer {
      font-size: 1.3rem;
      margin-top: 15px; } }
#judge .judge_clm .txt_box .detail {
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    #judge .judge_clm .txt_box .detail {
      font-size: 1.3rem;
      margin-top: 15px; } }
@media screen and (min-width: 767px) {
  #judge .judge_clm .img_box {
    margin-left: 30px;
    width: 300px;
    height: auto; } }
@media screen and (max-width: 768px) {
  #judge .judge_clm .img_box {
    margin-top: 10px; } }
#judge .judge_clm .img_box img {
  width: 100%; }

#movie {
  text-align: center;
  background: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/bg_demoday_movie.png) repeat center;
  background-color: #333;
  background-size: cover;
  color: #fff;
  font-size: 15px;
}

.demo_movie_box {
  width: 90%;
  max-width: 806px;
  margin: auto;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  border: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .demo_movie_box {
    max-width: 90%;
  }
}

#movie .demo_movie_img{
  display: block;
  transition: 0.2s ease;
  width: 100%;
}

#movie a:hover .demo_movie_img {
  transform: scale(1.1);
  opacity: 0.7;
  /*画像の拡大率*/
}

.demo_movie_box a:hover{
  opacity: 1;
}

.demo_movie_box .demo_movie_ico{
  visibility: hidden;
  opacity: 0;
  transition:all linear 0.2s;
  height: 0;
  line-height: 0;
  display: block;
}
.demo_movie_box:hover .demo_movie_ico {
  height: auto;
  visibility: visible;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin:auto;
}

@media screen and (max-width: 768px) {
  #movie .demo_movie_img:hover {
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  .demo_movie_box:hover .demo_movie_ico {
    visibility: hidden;
    opacity: 0;
  }
}

.demo_movie_note {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
}

#movie .text_area{
  width: 806px;
  margin: 0 auto;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #movie .text_area{
    width: 90%;
    margin: 0 auto;
    line-height: 2;
    text-align: left;
  }
}

#movie .text_area .intro{
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #movie .text_area .intro{
    margin-bottom: 30px;
  }
}

#movie .text_area .strong_text {
  font-size: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #movie .text_area .strong_text{
    font-size: 16px;
    margin-bottom: 30px;
  }
}

#movie .text_area .btn_more{
  border:solid 1px #fff;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

#movie .text_area .btn_more:hover{
  background: #fff;
  color: #000 !important;
}

#movie .btn_more.exlink {
  background: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/icon_exlink_w.png) no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  margin-bottom: 10px;
  margin-top: 80px;
}

#movie .btn_more.exlink:hover{
  background: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/icon_exlink.png) no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  background-color: #fff;
}

.btn_note{
  font-size: 12px;
  text-align: center;
}

