@charset "UTF-8";
/*!
*  Style.css | @metalart
*/
/* 汎用設定
   ========================================================================== */
/*!
 *  Variables | 2016.03.17 by yk
 */
/* 変数設定
   ========================================================================== */
/* ページ内設定
   ========================================================================== */
#cover {
  position: relative;
  height: 260px;
  background-image: url(/images/dx/bg_cover_dx.jpg);
  background-position: center;
  background-size: cover; }
  #cover .title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    margin: auto;
    text-align: center; }
  #cover .marker {
    position: absolute;
    top: 20px;
    left: 20px; }
    #cover .marker img {
      width: 300px;
      height: auto; }

#dx {
  padding: 60px 0 30px; }
  #dx h2 {
    padding: 6px 12px;
    margin-bottom: 30px;
    background-color: #4d4d4d; }
    #dx h2 span {
      display: block;
      height: 24px;
      padding-left: 6px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      line-height: 26px;
      border-left: 3px solid #fff; }
  #dx .block {
    max-width: 980px;
    margin: 0 auto 45px;
    overflow: hidden; }
    #dx .block .face {
      max-width: 230px;
      margin-right: 30px;
      margin-bottom: 30px;
      text-align: center; }
    #dx .block .message {
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.8; }
    #dx .block h3 {
      padding: 10px 20px;
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.4;
      border-radius: 20px;
      background-color: #ccc; }
    #dx .block h4 {
      padding: 10px 0;
      margin-top: 30px;
      margin-bottom: 20px;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.4;
      border-top: 1px solid #333;
      border-bottom: 1px solid #333; }
    #dx .block .toggle {
      position: relative;
      cursor: pointer; }
      #dx .block .toggle:hover {
        opacity: 0.8; }
      #dx .block .toggle .arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 30px;
        display: inline-block;
        margin: auto;
        vertical-align: middle;
        color: #333;
        line-height: 1;
        width: 18px;
        height: 18px;
        border: 4px solid #666;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        transform: translateY(-25%) rotate(135deg);
        transition: all 0.1s; }
      #dx .block .toggle.open .arrow {
        transform: translateY(25%) rotate(-45deg); }
    #dx .block .text {
      padding-left: 10px;
      margin-bottom: 20px;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.6; }
    #dx .block .figure {
      margin-bottom: 20px;
      text-align: center; }
      #dx .block .figure .inline {
        display: inline-block;
        max-width: 48%; }
        #dx .block .figure .inline + .inline {
          margin-left: 10px; }
      #dx .block .figure img {
        width: 100%;
        height: auto; }
