@charset "UTF-8";

/*====================================

common base

=====================================*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  font-size: 62.5%;
}

.wrapper-dxprogram {
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
}


/* clearfix */

.wrapper-dxprogram .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrapper-dxprogram .clearfix {
  display: inline-table;
  min-height: 1%;
  /* forIE7 */
}


/* Hides from IE-mac \*/

* html .wrapper-dxprogram .clearfix {
  height: 1%;
}

.wrapper-dxprogram .clearfix {
  display: block;
}

body{
overflow-x: hidden;
}
/* -------------------------- for pc --------------------------*/

@media screen and (min-width:768px) {


/*====================================

common

=====================================*/

body{
  overflow-x:hidden;
}


#header-dxprogram,
#container-dxprogram {
  min-width: 1240px;
}

#container-dxprogram a:hover {
  text-decoration: none;
  opacity: 0.75;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#container-dxprogram section {
  padding: 60px 0;
  clear: both;
}

.wrapper-dxprogram {
  width: 1200px;
  margin: 0 auto;
}

.btn-dxprogram {
  color: #fff;
  display: block;
  width: 350px;
  height: 74px;
  font-size: 1.7rem;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  padding-top: 22px;
  font-weight: 700;
  margin: 50px auto 0 auto;
  background: -webkit-linear-gradient(-45deg, #0953e6 0%, #1e9cd7 48%, #00d2be 88%, #00d2be 100%);
  background: linear-gradient(135deg, #0953e6 0%, #1e9cd7 48%, #00d2be 88%, #00d2be 100%);
  text-align: center;
}

.btn-dxprogram:hover {
  color: #fff;
}

#container-dxprogram section>h2 {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 10px;
}

#container-dxprogram section>h2 span {
  font-size: 1.4rem;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  bottom: 15px;
}

#container-dxprogram section>h2 span:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 95px;
  background: #000;
  transform: rotate(45deg);
  margin-right: 5px;
  vertical-align: top;
  position: relative;
  bottom: 22px;
  left: 7px;
}

.pcnone-dxprogram {
  display: none;
}


/*====================================

header

=====================================*/

#header-dxprogram {
  position: relative;
  z-index: 2;
}

#header-dxprogram p {
  width: 240px;
  margin: 20px;
  float: left;
}

#header-dxprogram p img {
  width: 100%;
}

#header-dxprogram nav {
  font-weight: 700;
  float: right;
  font-size: 0;
}

#header-dxprogram nav a {
  color: #fff;
}

#header-dxprogram nav li {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 0 0 20px;
}

#header-dxprogram nav li .btn-header-dxprogram {
  background: #fff;
  display: block;
  padding: 20px;
  border-radius: 0 0 0 8px;
  color: #000;
}


/*====================================

main

=====================================*/

#left-manin-dxprogram {
  width: 1000px;
  margin: 0 auto;
  z-index: 4;
  position: relative;
  text-align: left;
}

#left-manin-dxprogram h1 {
  width: 622px;
}

#left-manin-dxprogram p:nth-of-type(1) {
  width: 318px;
  margin: 60px 0 0 156px;
}

#left-manin-dxprogram .btn-dxprogram {
  width: 320px;
  height: 68px;
  padding-top: 20px;
  background: #fff;
  color: #000;
  margin-left: 150px;
}

#mainmov-dxprogram {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

#mainmov-dxprogram video {
  width: 100% !important;
}

@media screen and (max-width:1260px) {
#mainmov-dxprogram video {
  width: 125% !important;
}
}

@media screen and (max-width:1000px) {
#mainmov-dxprogram video {
  width: 140% !important;
}
}

@media screen and (max-width:880px) {
#mainmov-dxprogram video {
  width: 160% !important;
}
}


#mainmov-dxprogram:before {
  content: "";
  background: url(../img/back-main.png)no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


/*====================================

about

=====================================*/

#about-dxprogram {
  width: 1067px;
  margin: 50px auto 0 auto;
}

#section-about-dxprogram h2 {
  font-size: 3.4rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-align: center;
  position: relative;
  right: 30px;
}

#section-about-dxprogram h2 span {
  font-size: 1.4rem;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  bottom: 15px;
}

#section-about-dxprogram h2 span:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 95px;
  background: #000;
  transform: rotate(45deg);
  margin-right: 5px;
  vertical-align: top;
  position: relative;
  bottom: 22px;
  left: 7px;
}

#section-about-dxprogram {
  background: #fff;
  border-radius: 8px;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 30px;
  float: left;
  z-index: 2;
  position: relative;
  margin-top: 55px;
}

#section-about-dxprogram p {
  line-height: 2.2;
}

#about-dxprogram #thumb01-dxprogram {
  float: left;
  width: 490px;
  position: relative;
  right: 50px;
  z-index: 1;
  margin-bottom: 60px;
}


/*====================================

task

=====================================*/

#wrapper-task-dxprogram dl {
  width: 376px;
  height: 350px;
  display: inline-block;
  padding-right: 31px;
  margin-right: 31px;
  border-right: 1px solid #ddd;
  vertical-align: top;
}

#wrapper-task-dxprogram dl:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

#wrapper-task-dxprogram dt {
  margin-bottom: 25px;
}

#wrapper-task-dxprogram dt .taskno-dxprogram {
  background: #0953e6;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.3;
  padding-top: 7px;
  margin-right: 15px;
}

#wrapper-task-dxprogram dt .taskno-dxprogram span {
  font-size: 1.8rem;
  display: block;
}

#wrapper-task-dxprogram dt .tasktit-dxprogram {
  display: inline-block;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.3;
}

#wrapper-task-dxprogram dl:first-of-type dt .tasktit-dxprogram {
  margin-top: 12px;
}

#wrapper-task-dxprogram dd {
  font-size: 1.4rem;
  line-height: 1.8;
}

#wrapper-task-dxprogram dd img {
  width: 98px;
  float: right;
}


/*====================================

di

=====================================*/

#di-dxprogram {
  width: 1124px;
  margin: 0 auto;
}

#di-dxprogram h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 700;
}

#wrapper-di-dxprogram {
  float: left;
  width: 600px;
  font-size: 1.6rem;
  line-height: 1.9;
  margin-top: 20px;
}

.thumb-dxprogram02 {
  float: left;
  width: 524px;
  margin-bottom: 60px;
}


/*====================================

feature

=====================================*/

#wrapper-feature-dxprogram {
  font-size: 0;
}

.section-feature-dxprogram {
  width: 370px;
  height: 550px;
  background: #efefef;
  border-radius: 8px;
  display: inline-block;
  padding: 20px 0;
  margin-right: 45px;
  vertical-align: top;
}

.section-feature-dxprogram:last-child {
  margin-right: 0;
}

.section-feature-dxprogram h3 {
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}

.section-feature-dxprogram p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
  margin-top: 20px;
}

.section-feature-dxprogram:first-of-type p img {
  width: 50%;
  margin-bottom: 54px;
}

.section-feature-dxprogram:first-of-type p img:first-of-type {
  width: 50%;
  background: #fff;
  padding: 10px;
}

.section-feature-dxprogram li {
  width: 33.3%;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  vertical-align: top;
}

.section-feature-dxprogram li .lecture-dxprogram {
  padding: 7px;
  display: block;
}

.section-feature-dxprogram li .lecture-dxprogram span {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-feature-dxprogram:nth-of-type(3) p img {
  width: 100%;
  background: #fff;
  padding: 10px;
  margin-bottom: 24px
}

.section-feature-dxprogram .btn-dxprogram {
  width: 182px;
  height: 38px;
  font-size: 1.4rem;
  margin-top: 20px;
  padding-top: 9px;
  line-height: 1.4;
}


/*====================================

modal

=====================================*/

.wrapper-modal-dxprogram {
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -430px;
  z-index: 4;
  display: none;
}

.modal-dxprogram {
  width: 860px;
  height: 600px;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 30px;
  overflow: scroll;
}

.modal-dxprogram h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.modal-dxprogram h4 {
  font-size: 1.8rem !important;
  text-align: center;
}

.modal-dxprogram .btn-dxprogram {
  clear: both;
  width: 300px;
  height: 50px;
  padding-top: 11px;
}

.modal-dxprogram p {
  font-size: 1.4rem;
  text-align: left;
}

.modal-dxprogram .thumb01-dxprogram {
  text-align: center;
  margin: 15px 0 40px 0;
  width: 100%;
}

.modal-dxprogram .thumb01-dxprogram img {
  width: 35% !important;
  margin: 0 20px !important;
  display: inline-block !important;
}

.modal-dxprogram .thumb02-dxprogram {
  text-align: center;
}

.modal-dxprogram .thumb02-dxprogram img {
  width: 75% !important;
  margin: 0 20px !important;
}

.overlay-dxprogram {
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
}

.close-dxprogram {
  position: absolute;
  top: -35px;
  right: -20px;
  z-index: 5;
  width: 20px;
}

.profile-dxprogram {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

.profile-dxprogram dt {
  width: 140px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.profile-dxprogram dd {
  width: 210px;
  display: inline-block;
  vertical-align: top;
  font-size: 0.8rem;
  line-height: 1.3;
}

.profile-dxprogram dd span {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0px;
}

#thumb03-dxprogram {
  width: 57%;
  margin: 20px 0 0 0 !important;
  float: left;
}

#thumb03-dxprogram+dl {
  width: 40%;
  float: left;
  font-size: 1.3rem;
  margin-left: 3%
}

#thumb03-dxprogram+dl dt {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 20px;
  margin: 20px 0 10px 0;
}

.modal-dxprogram .btn-dxprogram {
  padding-top: 15px !important;
  font-size: 1.4rem;
  margin-top: 40px !important;
}

.btn-dxprogram02 {
  width: 500px !important;
}


/*====================================

schedule

=====================================*/

#wrapper-schedule-dxprogram {
  font-size: 0;
  position: relative;
}

.section-schedule-dxprogram {
  width: 240px;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}

.section-schedule-dxprogram .week-dxprogram {
  font-size: 1.7rem;
  text-align: center;
  border-bottom: 1px solid #282828;
  padding-bottom: 3px;
  background: url(../img/arrow.png) no-repeat right 95%;
  background-size: 12px 11px;
}

.section-schedule-dxprogram:nth-of-type(2) {
  width: 333px;
}

.section-schedule-dxprogram:nth-of-type(3),
.section-schedule-dxprogram:nth-of-type(4) {
  width: 223px;
}

.section-schedule-dxprogram:nth-of-type(5) {
  width: 133px;
  margin-right: 0;
}

.section-schedule-dxprogram .item-schedule-dxprogram {
  background: #3d3d3d;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 25px;
  border-radius: 0 0 8px 8px;
  height: 560px;
}

.section-schedule-dxprogram h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
  border-radius: 8px 8px 0 0;
  background: #0953e6;
  margin-top: 20px;
}

.section-schedule-dxprogram:nth-of-type(1) h3 span:before {
  content: "";
  display: inline-block;
  background: url(../img/sch01.png) no-repeat;
  width: 27px;
  height: 24px;
  background-size: 27px 24px;
  margin: 2px 4px 0 0;
}

.section-schedule-dxprogram:nth-of-type(2) h3 span:before {
  content: "";
  display: inline-block;
  background: url(../img/sch02.png) no-repeat;
  width: 28px;
  height: 24px;
  background-size: 28px 24px;
  margin: 3px 6px 0 0;
}

.section-schedule-dxprogram:nth-of-type(3) h3 span:before {
  content: "";
  display: inline-block;
  background: url(../img/sch03.png) no-repeat;
  width: 21px;
  height: 24px;
  background-size: 21px 24px;
  margin: 2px 6px 0 0;
}

.section-schedule-dxprogram:nth-of-type(4) h3 span:before {
  content: "";
  display: inline-block;
  background: url(../img/sch04.png) no-repeat;
  width: 26px;
  height: 24px;
  background-size: 26px 24px;
  margin: 4px 6px 0 0;
}

.section-schedule-dxprogram:nth-of-type(5) h3 span:before {
  content: "";
  display: inline-block;
  background: url(../img/sch05.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  margin: 2px 6px 0 0;
}

.section-schedule-dxprogram .item-schedule-dxprogram dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-schedule-dxprogram .item-schedule-dxprogram dd {
  line-height: 1.7;
  font-size: 1.3rem;
}

.section-schedule-dxprogram .item-schedule-dxprogram dl:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #555;
}

.section-schedule-dxprogram .item-schedule-dxprogram p {
  line-height: 1.7;
  font-size: 1.3rem;
}

#follow-dxprogram {
  height: 64px;
  text-align: center;
  background: #fff;
  position: absolute;
  bottom: 30px;
  left: 287px;
  font-size: 1.3rem;
  width: 500px;
  padding-top: 10px;
}

#follow-dxprogram:before,
#follow-dxprogram:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: '';
  border: 32px solid transparent;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}

#follow-dxprogram:before {
  right: 100%;
  border-right-color: #fff;
}

#follow-dxprogram:after {
  left: 100%;
  border-left-color: #fff;
}

#follow-dxprogram dt {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  width: 120px;
  vertical-align: middle;
  border-right: 1px solid #000;
  line-height: 1.4;
  padding-right: 9px;
  letter-spacing: -0.5px;
}

#follow-dxprogram dd {
  width: 376px;
  display: inline-block;
  vertical-align: middle;
}


/*====================================

interview

=====================================*/

#wrapper-interview-dxprogram .item-interview {
  display: block;
  background: #efefef;
  width: 362px;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 23px;
  margin: 0 13px;
}

#wrapper-interview-dxprogram .item-interview p:nth-of-type(1) {
  margin-bottom: 15px;
}

#wrapper-interview-dxprogram .item-interview p:nth-of-type(2) .category-dxprogram {
  font-size: 1.2rem;
  color: #fff;
  background: #3399bc;
  padding: 2px 4px;
  box-sizing: border-box;
  border-radius: 4px;
  float: left;
  display: block;
  margin-bottom: 15px;
}

#wrapper-interview-dxprogram .item-interview p:nth-of-type(2) .date-dxprogram {
  font-size: 1.2rem;
  float: right;
  display: block;
  margin-top: 3px;
}

#wrapper-interview-dxprogram .item-interview p:nth-of-type(3) {
  clear: both;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

#wrapper-column-dxprogram .item-column dt {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 15px;
}

#wrapper-interview-dxprogram .item-interview p:last-child {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ccc;
  font-size: 1.2rem;
  text-align: left;
}

#wrapper-interview-dxprogram .item-interview p:last-child img {
  width: 25px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
  display: inline-block;
}

.slider-dxprogram {
  width: 1200px;
  padding: 0 18px;
  box-sizing: border-box;
}

#wrapper-interview-dxprogram .prev-arrow {
  position: absolute;
  left: 0;
  top: 180px;
  width: 20px;
}

#wrapper-interview-dxprogram .next-arrow {
  position: absolute;
  right: 0;
  top: 180px;
  width: 20px;
}


/*====================================

column

=====================================*/

#column-dxprogram h2 {
  margin-bottom: 0 !important;
  position: relative;
  top: 30px;
}

#column-dxprogram h2 span {
  font-size: 1.4rem;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  bottom: 55px !important;
  line-height: 1.4;
}

#column-dxprogram #tabMenu {
  font-size: 0;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index:2;
}

#column-dxprogram #tabMenu li {
  width: 200px;
  height: 48px;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

#column-dxprogram #tabMenu li a {
  display: block;
  background: #efefef;
  height: 48px;
  box-sizing: border-box;
  padding-top: 10px;
  margin: 0 1px;
}

#column-dxprogram #tabMenu li:nth-of-type(1) a {
  border-radius: 8px 0 0 8px;
}

#column-dxprogram #tabMenu li:nth-of-type(4) a {
  border-radius: 0 8px 8px 0;
}

#column-dxprogram #tabMenu li a.active {
  background: #282828;
  color: #fff;
}

#wrapper-column-dxprogram {
  font-size: 0;
  text-align: center;
}

#wrapper-column-dxprogram .item-column {
  display: inline-block;
  background: #efefef;
  width: 280px;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 23px;
  margin-right: 26px;
}

#wrapper-column-dxprogram .item-column:nth-of-type(4n) {
  margin-right: 0;
}

#wrapper-column-dxprogram .item-column p:nth-of-type(1) {
  margin-bottom: 15px;
}

#wrapper-column-dxprogram .item-column p:nth-of-type(2) .category-dxprogram {
  font-size: 1.2rem;
  color: #fff;
  background: #3399bc;
  padding: 2px 4px;
  box-sizing: border-box;
  border-radius: 4px;
  float: left;
  display: block;
  margin-bottom: 15px;
}

#wrapper-column-dxprogram .item-column p:nth-of-type(2) .date-dxprogram {
  font-size: 1.2rem;
  float: right;
  display: block;
  margin-top: 3px;
}

#wrapper-column-dxprogram .item-column dl {
  clear: both;
  text-align: left;
}

#wrapper-column-dxprogram .item-column dt {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

#wrapper-column-dxprogram .item-column dd {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

#wrapper-column-dxprogram .item-column li {
  display: inline-block;
  margin-right: 7px;
}

#wrapper-column-dxprogram .item-column li a {
  color: #666;
  font-size: 1.3rem;
}

#wrapper-column-dxprogram .item-column p:last-child {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ccc;
  font-size: 1.2rem;
  text-align: left;
}

#wrapper-column-dxprogram .item-column p:last-child img {
  width: 25px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}

#wrapper-column-dxprogram #tabBox2,
#wrapper-column-dxprogram #tabBox3,
#wrapper-column-dxprogram #tabBox4 {
  display: none;
}


/*====================================

contact

=====================================*/

#contact-dxprogram {
  color: #fff !important;
  background: -webkit-linear-gradient(-45deg, #0953e6 0%, #1e9cd7 48%, #00d2be 88%, #00d2be 100%);
  background: linear-gradient(135deg, #0953e6 0%, #1e9cd7 48%, #00d2be 88%, #00d2be 100%);
  text-align: center;
  padding: 100px 0 !important;
  margin-top: 40px;
}

#contact-dxprogram h2 {
  font-size: 2.6rem;
  margin-bottom: 40px;
  font-weight: 900;
}

#contact-dxprogram p {
  font-size: 1.6rem;
  letter-spacing: 0.5px;
}

#contact-dxprogram .btn-dxprogram {
  color: #0953e6;
  display: inline-block;
  width: 300px;
  height: 74px;
  font-size: 1.7rem;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  padding-top: 22px;
  font-weight: 900;
  margin: 50px 30px 0 30px;
}


/*====================================

footer

=====================================*/

footer {
  font-size: 1.4rem;
  margin: 50px 0;
  letter-spacing: 0.5px;
}

footer nav {
  text-align: center;
}

footer nav li {
  display: inline-block;
}

footer li:not(:last-child):after {
  content: "/";
  margin: 0 10px;
}

footer #copy-dxprogram {
  text-align: center;
  margin-top: 30px;
}


/*====================================

stream

=====================================*/

#left-manin-dxprogram,
#about-dxprogram,
#feature-dxprogram {
  position: relative;
}

.stream-dxprogram {
  content: "";
  z-index: 3;
  transform: skewX(-45deg);
  background: #0953e6;
  position: absolute;
}

#stream01-dxprogram {
  width: 4px;
  height: 75px;
  top: -110px;
  left: 260px;
}

#stream02-dxprogram {
  width: 1px;
  height: 75px;
  top: -84px;
  left: 250px;
}

#stream03-dxprogram {
  width: 1px;
  height: 90px;
  top: 284px;
  left: -200px;
}

#stream04-dxprogram {
  width: 4px;
  height: 120px;
  top: 243px;
  left: -160px;
}

#stream05-dxprogram {
  width: 1px;
  height: 350px;
  top: 84px;
  left: 790px;
  background: #fff;
}

#stream06-dxprogram {
  width: 4px;
  height: 350px;
  top: -10px;
  left: 900px;
  background: #fff;
}

#stream07-dxprogram {
  width: 1px;
  height: 45px;
  top: 384px;
  left: 1150px;
  background: #fff;
}

#stream08-dxprogram {
  width: 4px;
  height: 75px;
  top: 384px;
  left: 1120px;
  background: #fff;
}

#stream09-dxprogram {
  width: 1px;
  height: 425px;
  top: 84px;
  left: 150px;
  z-index: -1;
}

#stream10-dxprogram {
  width: 4px;
  height: 575px;
  top: 34px;
  left: 150px;
  z-index: -1
}

#stream11-dxprogram {
  width: 4px;
  height: 175px;
  top: 24px;
  left: 1070px;
  z-index: -1;
}

#stream12-dxprogram {
  width: 1px;
  height: 175px;
  top: 64px;
  left: 1010px;
  z-index: -1;
}

}


/* -------------------------- for sp --------------------------*/

@media screen and (max-width:767px) {


/*====================================

common

=====================================*/

#header-dxprogram,
#container-dxprogram {
  overflow-x: hidden;
}

#container-dxprogram a:hover {
  text-decoration: none;
  opacity: 0.75;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#container-dxprogram section {
  padding: 30px 0;
  clear: both;
}

.wrapper-dxprogram {
  width: 92%;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
}

.btn-dxprogram {
  color: #fff;
  display: block;
  width: 70%;
  height: 42px;
  font-size: 1.3rem;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  padding-top: 11px;
  font-weight: 700;
  margin: 30px auto 0 auto;
  background: -webkit-linear-gradient(-45deg, #0953e6 0%, #1e9cd7 48%, #00d2be 88%, #00d2be 100%);
  background: linear-gradient(135deg, #0953e6 0%, #1e9cd7 48%, #00d2be 88%, #00d2be 100%);
  text-align: center;
}

.btn-dxprogram:hover {
  color: #fff;
}

#container-dxprogram section>h2 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}

#container-dxprogram section>h2 span {
  font-size: 1.2rem;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.spnone-dxprogram {
  display: none;
}


/*====================================

header

=====================================*/

#header-dxprogram p {
  width: 40%;
  margin: 15px;
  float: left;
  z-index: 5;
  position: relative;
}

#header-dxprogram p img {
  width: 100%;
}

#navtoggle-dxprogram {
  position: fixed;
  top: 18px;
  right: 3%;
  height: 32px;
  cursor: pointer;
}

#navtoggle-dxprogram>div {
  position: relative;
  width: 21px;
}

#navtoggle-dxprogram span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  transition: top .2s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .2s ease;
  transition: transform .3s ease-in-out, top .2s ease, -webkit-transform .3s ease-in-out;
}

#navtoggle-dxprogram span:nth-child(1) {
  top: 0;
}

#navtoggle-dxprogram span:nth-child(2) {
  top: 8px;
  width: 70%
}

#navtoggle-dxprogram span:nth-child(3) {
  top: 16px;
}

.open-dxprogram #navtoggle-dxprogram span {
  background: #fff;
}

.open-dxprogram #navtoggle-dxprogram span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open-dxprogram #navtoggle-dxprogram span:nth-child(2) {
  top: 9px;
  width: 0;
  left: 50%;
}

.open-dxprogram #navtoggle-dxprogram span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#navtoggle-dxprogram {
  z-index: 991;
}

#container {
  z-index: 900;
}

#header-dxprogram nav {
  display: none;
}

.open-dxprogram #header-dxprogram nav {
  display: block;
}

.open-dxprogram nav {
  background: rgb(0, 0, 0, 0.91);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  font-size: 1.6rem;
  padding-top: 30%;
}

.open-dxprogram nav a {
  display: block;
  color: #fff !important;
  text-decoration: none;
  padding: 10px 0;
  transition: color .1s ease;
}

.open-dxprogram li {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  transition: opacity .05s ease, -webkit-transform .05s ease;
  transition: transform .05s ease, opacity .05s ease;
  transition: transform .05s ease, opacity .05s ease, -webkit-transform .05s ease;
  font-weight: 700;
}

.open-dxprogram li:last-child a {
  color: #fff;
  display: block;
  width: 60%;
  height: 42px;
  font-size: 1.3rem;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  padding-top: 11px;
  font-weight: 700;
  margin: 30px auto 0 auto;
  background: -webkit-linear-gradient(-45deg, #0953e6 0%, #1e9cd7 48%, #00d2be 88%, #00d2be 100%);
  background: linear-gradient(135deg, #0953e6 0%, #1e9cd7 48%, #00d2be 88%, #00d2be 100%);
  text-align: center;
  margin-top: 20px;
}

.open-dxprogram {
  overflow: hidden;
}

.open-dxprogram header nav {
  visibility: visible;
  opacity: 1;
}

.open-dxprogram header nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}


/*====================================

main

=====================================*/

#main-dxprogram {
  padding: 0 !important;
  position: relative;
}

#left-manin-dxprogram {
  margin: 0 auto;
  z-index: 4;
  position: relative;
  text-align: left;
}

#left-manin-dxprogram h1 {
  width: 60%;
  position: absolute;
  top: 40px;
  left: 6%;
}

#left-manin-dxprogram p:nth-of-type(1) {
  width: 40%;
  position: absolute;
  top: 140px;
  left: 12%;
  padding: 5px;
}

#left-manin-dxprogram .btn-dxprogram {
  width: 50%;
  height: 36px;
  padding-top: 8px;
  background: #000;
  color: #FFF;
  position: absolute;
  font-size: 1.3rem;
  position: absolute;
  top: 170px;
  left: 7%
}

#mainmov-dxprogram {
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

#mainmov-dxprogram video {
  height: 280px;
}

#mainmov-dxprogram:before {
  content: "";
  background: url(../img/back-main-sp.png)no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 280px;
  overflow: hidden;
}


/*====================================

about

=====================================*/

#section-about-dxprogram h2 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}

#section-about-dxprogram h2 span {
  font-size: 1.2rem;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

#section-about-dxprogram p {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

#thumb01-dxprogram img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  object-position: 50% 38%;
}


/*====================================

task

=====================================*/

#wrapper-task-dxprogram dl {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

#wrapper-task-dxprogram dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

#wrapper-task-dxprogram dt {
  margin-bottom: 15px;
}

#wrapper-task-dxprogram dt .taskno-dxprogram {
  background: #0953e6;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.2;
  padding-top: 6px;
  margin-right: 10px;
  vertical-align: middle;
}

#wrapper-task-dxprogram dt .taskno-dxprogram span {
  font-size: 1.4rem;
  display: block;
}

#wrapper-task-dxprogram dt .tasktit-dxprogram {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: middle;
}

#wrapper-task-dxprogram dd {
  font-size: 1.3rem;
  line-height: 1.8;
}

#wrapper-task-dxprogram dd img {
  width: 75px;
  float: right;
  margin-left: 20px;
}


/*====================================

di

=====================================*/

#di-dxprogram h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

#wrapper-di-dxprogram {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: 20px;
}

.thumb-dxprogram02 {
  width: 90%;
  margin: 0 auto;
}


/*====================================

feature

=====================================*/

#wrapper-feature-dxprogram {
  font-size: 0;
}

.section-feature-dxprogram {
  width: 100%;
  background: #efefef;
  border-radius: 8px;
  display: inline-block;
  padding: 20px 0 10px 0;
  vertical-align: top;
  margin-bottom: 20px;
}

.section-feature-dxprogram:last-child {
  margin-bottom: 0;
}

.section-feature-dxprogram h3 {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}

.section-feature-dxprogram p {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.8;
  margin-top: 20px;
}

.section-feature-dxprogram:first-of-type p img {
  width: 40%;
}

.section-feature-dxprogram:first-of-type p img:first-of-type {
  width: 40%;
  background: #fff;
  padding: 10px;
}

.section-feature-dxprogram li {
  width: 33.3%;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  vertical-align: top;
}

.section-feature-dxprogram li .lecture-dxprogram {
  padding: 7px;
  display: block;
}

.section-feature-dxprogram li .lecture-dxprogram span {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-feature-dxprogram:nth-of-type(3) p img {
  width: 100%;
  background: #fff;
  padding: 10px;
  margin-bottom: 24px
}

.section-feature-dxprogram .btn-dxprogram {
  width: 182px;
  height: 38px;
  font-size: 1.4rem;
  margin-top: 20px;
  padding-top: 9px;
  line-height: 1.4;
}


/*====================================

modal

=====================================*/

.wrapper-modal-dxprogram {
  z-index: 4;
  display: none;
  overflow: visible;

}

.modal-dxprogram {
      position: fixed;
  top: 10%;
  left: 5%;
  width: 90%;
    height:80%;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 15px;
  overflow: scroll;
    z-index:999;
   -webkit-overflow-scrolling: touch   
}

.modal-dxprogram h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.modal-dxprogram h4 {
  font-size: 1.4rem !important;
  text-align: center;
}

.modal-dxprogram .btn-dxprogram {
  clear: both;
  width: 90%;
  height: 42px;
  padding-top: 10px !important;
  font-size: 1.3rem !important;
}

.modal-dxprogram p {
  font-size: 1.2rem;
  text-align: left;
}

.modal-dxprogram .thumb01-dxprogram {
  text-align: center;
  margin: 15px 0 30px 0;
  width: 100%;
}

.modal-dxprogram .thumb01-dxprogram img {
  width: 40% !important;
  margin: 0 10px !important;
  display: inline-block !important;
}

.modal-dxprogram .thumb02-dxprogram {
  text-align: center;
}

.modal-dxprogram .thumb02-dxprogram img {
  width: 100% !important;
  margin: 0 !important;
}

.overlay-dxprogram {
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
}

.close-dxprogram {
  position: fixed;
  top: 5%;
  right: 5%;
  z-index: 5;
  width: 20px;

}

.profile-dxprogram {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.profile-dxprogram dt {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}

.profile-dxprogram dd {
  width: 67%;
  margin-left: 3%;
  display: inline-block;
  vertical-align: top;
  font-size: 1.1rem;
  line-height: 1.5;
}

.profile-dxprogram dd span {
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

#thumb03-dxprogram {
  width: 100%;
}

#thumb03-dxprogram+dl {
  font-size: 1.1rem;
}

#thumb03-dxprogram+dl dt {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 15px 0 5px 0;
}

.modal-dxprogram .btn-dxprogram {
  padding-top: 14px !important;
  font-size: 1.2rem !important;
  margin-top: 20px !important;
}

.btn-dxprogram02 {
  width: 100% !important;
}


/*====================================

schedule

=====================================*/

#wrapper-schedule-dxprogram {
  display: flex;
  margin: 0 auto;
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-size: 0;
  position: relative;
}

.section-schedule-dxprogram {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  flex: 0 0 70%;
  text-align: center;
  padding-bottom: 10px;
}

.section-schedule-dxprogram .week-dxprogram {
  font-size: 1.2rem;
  text-align: center;
  border-bottom: 1px solid #282828;
  padding-bottom: 3px;
  background: url(../img/arrow.png) no-repeat right 95%;
  background-size: 8px 7px;
}

.section-schedule-dxprogram .item-schedule-dxprogram {
  background: #3d3d3d;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 0 0 8px 8px;
  height: 420px;
}

.section-schedule-dxprogram h3 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  border-radius: 8px 8px 0 0;
  background: #0953e6;
  margin-top: 10px;
}

.section-schedule-dxprogram:nth-of-type(1) h3 span:before {
  content: "";
  display: inline-block;
  background: url(../img/sch01.png) no-repeat;
  width: 18px;
  height: 16px;
  background-size: 18px 16px;
  margin: 3px 4px 0 0;
}

.section-schedule-dxprogram:nth-of-type(2) h3 span:before {
  content: "";
  display: inline-block;
  background: url(../img/sch02.png) no-repeat;
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  margin: 3px 6px 0 0;
}

.section-schedule-dxprogram:nth-of-type(3) h3 span:before {
  content: "";
  display: inline-block;
  background: url(../img/sch03.png) no-repeat;
  width: 14px;
  height: 16px;
  background-size: 14px 16px;
  margin: 2px 6px 0 0;
}

.section-schedule-dxprogram:nth-of-type(4) h3 span:before {
  content: "";
  display: inline-block;
  background: url(../img/sch04.png) no-repeat;
  width: 18px;
  height: 16px;
  background-size: 18px 16px;
  margin: 4px 6px 0 0;
}

.section-schedule-dxprogram:nth-of-type(5) h3 span:before {
  content: "";
  display: inline-block;
  background: url(../img/sch05.png) no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  margin: 2px 6px 0 0;
}

.section-schedule-dxprogram .item-schedule-dxprogram dt {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-schedule-dxprogram .item-schedule-dxprogram dd {
  line-height: 1.7;
  font-size: 1rem;
}

.section-schedule-dxprogram .item-schedule-dxprogram dl:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #555;
}

.section-schedule-dxprogram .item-schedule-dxprogram p {
  line-height: 1.7;
  font-size: 1rem;
}

#follow-dxprogram {
  height: 46px;
  text-align: center;
  background: #fff;
  position: absolute;
  bottom: 30px;
  left: 287px;
  font-size: 1rem;
  width: 120%;
  padding-top: 7px;
}

#follow-dxprogram:before,
#follow-dxprogram:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: '';
  border: 23px solid transparent;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}

#follow-dxprogram:before {
  right: 100%;
  border-right-color: #fff;
}

#follow-dxprogram:after {
  left: 100%;
  border-left-color: #fff;
}

#follow-dxprogram dt {
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #000;
  line-height: 1.4;
  padding-right: 9px;
  letter-spacing: -0.5px;
  margin-right: 15px;
}

#follow-dxprogram dd {
  display: inline-block;
  vertical-align: middle;
}


/*====================================

interview

=====================================*/

#wrapper-interview-dxprogram .item-interview {
  display: block;
  background: #efefef;
  width: 322px;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 18px;
  margin: 0 13px;
}

#wrapper-interview-dxprogram .item-interview p:nth-of-type(1) {
  margin-bottom: 15px;
}

#wrapper-interview-dxprogram .item-interview p:nth-of-type(2) .category-dxprogram {
  font-size: 1.1rem;
  color: #fff;
  background: #3399bc;
  padding: 2px 4px;
  box-sizing: border-box;
  border-radius: 4px;
  float: left;
  display: block;
  margin-bottom: 15px;
}

#wrapper-interview-dxprogram .item-interview p:nth-of-type(2) .date-dxprogram {
  font-size: 1.1rem;
  float: right;
  display: block;
  margin-top: 3px;
}

#wrapper-interview-dxprogram .item-interview p:nth-of-type(3) {
  clear: both;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

#wrapper-interview-dxprogram .item-interview p:last-child {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ccc;
  font-size: 1.2rem;
  text-align: left;
}

#wrapper-interview-dxprogram .item-interview p:last-child img {
  width: 25px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
  display: inline-block;
}

.slider-dxprogram {
  width: 100%;
  padding: 0 18px;
  box-sizing: border-box;
}

#wrapper-interview-dxprogram .prev-arrow {
  position: absolute;
  left: 0;
  top: 180px;
  width: 15px;
}

#wrapper-interview-dxprogram .next-arrow {
  position: absolute;
  right: 0;
  top: 180px;
  width: 15px;
}


/*====================================

column

=====================================*/

#column-dxprogram #tabMenu {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}

#column-dxprogram #tabMenu li {
  width: 25%;
  height: 34px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

#column-dxprogram #tabMenu li a {
  display: block;
  background: #efefef;
  height: 34px;
  box-sizing: border-box;
  padding-top: 6px;
  margin: 0 1px;
}

#column-dxprogram #tabMenu li:nth-of-type(1) a {
  border-radius: 8px 0 0 8px;
}

#column-dxprogram #tabMenu li:nth-of-type(4) a {
  border-radius: 0 8px 8px 0;
}

#column-dxprogram #tabMenu li a.active {
  background: #282828;
  color: #fff;
}

#wrapper-column-dxprogram {
  font-size: 0;
  text-align: center;
}

#wrapper-column-dxprogram .item-column {
  display: inline-block;
  background: #efefef;
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 18px;
  margin-bottom: 20px;
}

#wrapper-column-dxprogram .item-column p:nth-of-type(2) .category-dxprogram {
  font-size: 1.1rem;
  color: #fff;
  background: #3399bc;
  padding: 2px 4px;
  box-sizing: border-box;
  border-radius: 4px;
  float: left;
  display: block;
  margin-bottom: 15px;
}

#wrapper-column-dxprogram .item-column p:nth-of-type(2) .date-dxprogram {
  font-size: 1.1rem;
  float: right;
  display: block;
  margin-top: 3px;
}

#wrapper-column-dxprogram .item-column dl {
  clear: both;
  text-align: left;
}

#wrapper-column-dxprogram .item-column dt {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

#wrapper-column-dxprogram .item-column dd {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

#wrapper-column-dxprogram .item-column li {
  display: inline-block;
  margin-right: 7px;
}

#wrapper-column-dxprogram .item-column li a {
  color: #666;
  font-size: 1.2rem;
}

#wrapper-column-dxprogram .item-column p:last-child {
  padding-top: 15px;
  margin: 15px 0 0 0;
  border-top: 1px solid #ccc;
  font-size: 1.1rem;
  text-align: left;
}

#wrapper-column-dxprogram .item-column p:last-child img {
  width: 25px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}

#wrapper-column-dxprogram #tabBox2,
#wrapper-column-dxprogram #tabBox3,
#wrapper-column-dxprogram #tabBox4 {
  display: none;
}


/*====================================

contact

=====================================*/

#contact-dxprogram {
  color: #fff !important;
  background: -webkit-linear-gradient(-45deg, #0953e6 0%, #1e9cd7 48%, #00d2be 88%, #00d2be 100%);
  background: linear-gradient(135deg, #0953e6 0%, #1e9cd7 48%, #00d2be 88%, #00d2be 100%);
  text-align: center;
  padding: 30px 0 !important;
  margin-top: 30px;
}

#contact-dxprogram h2 {
  font-size: 1.8rem !important;
  margin-bottom: 30px;
  font-weight: 900;
}

#contact-dxprogram p {
  font-size: 1.3rem !important;
  letter-spacing: 0.5px;
}

#contact-dxprogram .btn-dxprogram {
  color: #0953e6;
  display: inline-block;
  width: 35%;
  height: 42px;
  font-size: 1.3rem;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  padding-top: 12px;
  font-weight: 900;
  margin: 30px 10px 0 10px;
}


/*====================================

footer

=====================================*/

footer {
  font-size: 1.0rem;
  margin: 30px 0;
}

footer nav {
  text-align: center;
}

footer nav li {
  display: inline-block;
}

footer li:not(:last-child):after {
  content: "/";
  margin: 0 2px;
}

footer #copy-dxprogram {
  text-align: center;
  margin-top: 20px;
}


/*====================================

stream

=====================================*/

#left-manin-dxprogram,
#about-dxprogram,
#feature-dxprogram {
  position: relative;
}

.stream-dxprogram {
  content: "";
  z-index: 3;
  transform: skewX(-45deg);
  background: #0953e6;
  position: absolute;
}

#stream01-dxprogram {
  width: 4px;
  height: 35px;
  top: -10px;
  left: 40%;
}

#stream02-dxprogram {
  width: 1px;
  height: 35px;
  top: -20px;
  left: 40%;
}

#stream03-dxprogram {
  width: 1px;
  height: 50px;
  top: 154px;
  left: 40px;
}

#stream04-dxprogram {
  display: none;
}

#stream05-dxprogram {
  width: 1px;
  height: 120px;
  top: 84px;
  left: 90%;
  background: #fff;
}

#stream06-dxprogram {
  width: 4px;
  height: 200px;
  top: 10px;
  left: 91%;
  background: #fff;
}

#stream07-dxprogram {
  display: none;
}

#stream08-dxprogram {
  display: none;
}

#stream09-dxprogram {
  width: 1px;
  height: 425px;
  top: 24px;
  left: 150px;
  z-index: -1;
}

#stream10-dxprogram {
  width: 4px;
  height: 575px;
  top: -40px;
  left: 150px;
  z-index: -1
}

#stream11-dxprogram {
  width: 4px;
  height: 675px;
  top: -280px;
  left: 90%;
  z-index: -1;
}

#stream12-dxprogram {
  width: 1px;
  height: 675px;
  top: -264px;
  left: 90%;
  z-index: -1;
}

}


/* -------------------------- for tablet main --------------------------*/

@media screen and (max-width:764px) {


#left-manin-dxprogram h1 {
  width: 30%;
  position: absolute;
  top: 40px;
  left: 5%;
}

#left-manin-dxprogram p:nth-of-type(1) {
  width: 25%;
  position: absolute;
  top: 140px;
  left: 4.5%;
}

#left-manin-dxprogram .btn-dxprogram {
  width: 30%;
  height: 36px;
  padding-top: 8px;
  background: #000;
  color: #FFF;
  position: absolute;
  font-size: 1.3rem;
  position: absolute;
  top: 170px;
  left: 5%
}

#mainmov-dxprogram {
  z-index: 1;
  width: 130%;
  overflow: hidden;
  position:relative;
}

#mainmov-dxprogram video {
  width: 130% !important;
  position:relative;
  left:-15%;
}

}


/* -------------------------- for sp main --------------------------*/

@media screen and (max-width:650px) {


#left-manin-dxprogram h1 {
  width: 37%;
  position: absolute;
  top: 40px;
  left: 5%;
}

#left-manin-dxprogram p:nth-of-type(1) {
  width: 25%;
  position: absolute;
  top: 150px;
  left: 4.5%;
}

}


/* -------------------------- for sp main --------------------------*/

@media screen and (max-width:550px) {


#left-manin-dxprogram h1 {
  width: 37%;
  position: absolute;
  top: 40px;
  left: 5%;
}

#left-manin-dxprogram p:nth-of-type(1) {
  width: 35%;
  position: absolute;
  top: 140px;
  left: 4.5%;
}


#left-manin-dxprogram .btn-dxprogram {
  width: 40%;
  height: 36px;
  padding-top: 8px;
  background: #000;
  color: #FFF;
  position: absolute;
  font-size: 1.3rem;
  position: absolute;
  top: 170px;
  left: 5%
}

}