#dx #mainImg { background: url(../img/dx/bg_sp.jpg) no-repeat center top; background-size: cover; }

#dx #mainImg .box .pageTit { padding-top: 42px; }

#dx #mainImg .box .pageTit img { height: 67px; }

@media screen and (min-width: 600px) { 
  #dx #mainImg { 
    background: url(../img/dx/bg_pc.jpg) no-repeat center center; background-size: cover; 
  }
  #dx #mainImg .box .pageTit { 
    padding-top: 153px; 
  }
  #dx #mainImg .box .pageTit img { 
    height: auto; 
  } 
}

#dx .cv_contact {
  display: none;
}

/*   #contents
=================================================*/
@media screen and (min-width: 600px) { 
  #contents { width: 100%; }
  #contents .inner { width: 1100px; margin: 0 auto; } 
}

/* #dxIntro
-------------------------------------------------*/
#dxIntro {
  margin-bottom: 27px;
}
#dxIntro .inner {
  /* padding-top: 30px; */
}
#dxIntro .tit {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
} 
#dxIntro .txt {
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  #dxIntro {
    margin-bottom: 60px;
  }
  #dxIntro .tit {
    font-size: 3.4rem;
  }
	#dxIntro .txt {
	  font-size: 1.8rem;
	}
}

/* #dxAbout
-------------------------------------------------*/
#dxAbout { 
  background: url(../img/common/bg02.png) repeat center top; 
  background-size: 320px;  
}
#dxAbout .inner {
  padding-top: 35px;
  padding-bottom: 29px;
}
#dxAbout .content + .content {
  margin-top: 20px;
}
#dxAbout .content .tit {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fa8900;
  padding-left: 13px;
  margin-bottom: 12px;
	line-height: 1.7;
}
#dxAbout .content .tit:before {
  display: inline-block;
  content: '';
  box-sizing: border-box;
  background-color: #fa8900;
  border-radius: 1.5px;
  width: 4px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#dxAbout .content .txt {
  line-height: 1.8;
  margin-bottom: 3px;
}
#dxAbout .content .txt .strong {
  color: #fa8900;
  border-bottom: 1px solid #fa8900;
  padding-bottom: 3px;
}

@media screen and (min-width: 600px) {
  #dxAbout { 
    max-width: 1100px;
    margin: auto;
  }
  #dxAbout .inner {
    padding: 80px; 
  }
  #dxAbout .content .tit {
    font-size: 2rem;
    padding-left: 28px;
    margin-bottom: 30px;
		line-height: 2;
  }
  #dxAbout .content .tit:before {
    width: 4px;
    height: 46px;
  }
  #dxAbout .content .list.is-asterisk {
    margin-bottom: 14px;
  }
  #dxAbout .content + .content {
    margin-top: 58px;
  }
}