/* Common */

@media (max-width: 767px) {
    body {
        padding: 0;
    }
    .container {
        width: calc(100% - 40px);
    }
}

.btn-3D a span {
    width: 70px;
    background: #011b40;
    text-align: center;
}

.btn-3D a span::before,
.btn-3D a:hover span::before,
.btn-3D a:focus span::before {
    background: #1a58b1;
}

@media (max-width: 767px) {
    .gray-bg, .darkgray-bg, .bright-bg {
        margin: 0!important;
        padding: 20px 0px;
    }
    .iau-gray-bg, .darkgray-bg, .bright-bg {
        margin: 0!important;
        padding: 0px 0px 20px 0px;
    }
    .White-bg, .darkgray-bg, .bright-bg {
        margin: 0!important;
        padding: 15px 0px;
    }
}

/*  Black Change Region Link */

@media (max-width: 767px) {
    .black-bg, .navbar-wrapper {
        padding: 0;
        margin-left: 0!important;
        margin-right: 0!important;
    }
}

.region a {
    font-family: 'Noto Sans JP', sans-serif;
}

/* Navigation Menu */

.hero-header {
    position: relative;
    width: 100%;
    height: 480px;
    background-image: url(images/DXpromotion_header.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #222222;
}

@media (max-width: 1279px) {
    .hero-header {
        height: 650px;
        background-position: 60%;
    }
}

@media (max-width: 767px) {
    .hero-header {
        height: 520px;
        background-position: 76%;
    }
}

.hero-header .h1-wrapper {
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-header .h1-wrapper h1 {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .hero-header .h1-wrapper h1 {
        font-size: 34px;
    }
}

.hero-header .h1-wrapper h1 span {
    display: inline-block;
}

.hero-header .navbar-wrapper {
    height: 74px;
    background: none;
    border: none;
    box-shadow: none;
}

.hero-header .navbar-wrapper .container {
    position: relative;
}

.hero-header .navbar .nav {
    margin-top: 22px!important;
}

.hero-header .navbar .logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 22px 0px;
    color: #fff;
    font-size: 13px;
    text-shadow: none;
    z-index: 10;
}

@media (max-width: 979px) {
    .hero-header .navbar .logo {
        margin: 0;
    }
}

.hero-header .navbar .logo span {
    display: inline-block;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    padding-left: 10px;
    padding-bottom: 3px;
    vertical-align: bottom;
}

@media (max-width: 767px) {
    .hero-header .navbar .logo span {
        display: none;
    }
}

.hero-header .navbar .logo img {
    width: auto;
    height: 30px;
}

.hero-header .navbar .btn-navbar {
    position: absolute;
    top: 0;
    right: 0;
    margin: 18px 0px 17px;
    padding: 7px 6px;
    background: none;
    z-index: 10;
}

.hero-header .navbar .btn-navbar .icon-bar {
    width: 32px;
    height: 3px;
}

.hero-header .btn-navbar .icon-bar + .icon-bar {
    margin-top: 8px;
}

@media (max-width: 979px) {
    .hero-header .navbar .nav {
        margin-top: 96px!important;
    }
}

.hero-header .nav-pills > li > a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    background: none;
}

.hero-header .nav-collapse {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 1;
}

@media (max-width: 979px) {
    .hero-header .nav-collapse::before {
        position: absolute;
        content: '';
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: 74px;
        background-color: #333;
    }
}

/* 現実より「リアル」な体験を */

.header_area {
    max-width: 1170px;
    margin: 0 auto;
    transform: translateY(-88px);
}

.header_area h2{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 16px;
    padding: 0 24px;
    line-height: 1.75;
}

.header_area p {
    line-height: 1.75;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 16px;
    padding: 0 24px;
}

.header_area .row-fluid {
    width: 560px;
    background-color: #222;
    padding: 16px 0;
    margin: 0 0 0 auto;
    opacity: 95%;
    border-radius: 2px;
}

/* Services */

.services-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

ul.services {
    width: 100%;
    margin: 0 0 0 -10px;
}

ul.services li {
    width: calc(calc(100% / 3) - 2px);
    margin: 0!important;
    padding: 20px 0;
}

@media (min-width: 980px) {
    ul.services li {
        border-bottom: none;
    }
}

@media (max-width: 979px) {
    ul.services li {
        width: calc(50% - 1px);
    }
}

@media (max-width: 767px) {
    ul.services li {
        width: calc(100% + 20px);
    }
}

/* Products & Topics */

.products .imgEff {
    position: relative;
    padding-left: 36px;
    padding-top: 36px;
}

@media (max-width: 767px) {
    .products .imgEff {
        padding-left: 0;
    }
}

.products .imgEff label {
    position: absolute;
    display: inline-block;
    top: 48px;
    left: 50%;
    width: 50%;
    color: #2b2b2b;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .products .imgEff label {
        left: 40%;
        width: 65%;
        font-size: 16px;
    }
}

ul.recommend li {
    padding: 0 8px!important;
    height: auto!important;
    margin: 0!important;
}

/* Footer Catch */

.bright-bg.footer-catch {
    background-color: #333;
}

.bright-bg.footer-catch h3 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
}

/* Footer */

@media (max-width: 767px) {
    footer {
        margin-left: 0!important;
        margin-right: 0!important;
    }
}

footer a {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}





/* あとで整理する */
.section_1{
    max-width: 1170px;
    /* width: calc( 100% - 120px ); */
    margin: 24px auto;
    line-height: 1.75;
}

.section_1 h1 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
    line-height: 1.75;
}
.section_1 p{
    font-size: 16px;
}
.bottom_96px{
    margin-bottom: 96px;
}



.section_2{
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
}

.description_picture{
 width: 50%;
}

.description_text {
    width: 50%;
    margin: auto 0 auto 32px;
    line-height: 1.75;
}
.description_text h2{
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 16px;
    line-height: 1.75;
}
.description_text p{
    font-size: 14px;
}

.text_right{
    margin: auto 32px auto 0;
}

.margin_top{
    margin-top: 48px;
}
.bottom_80px{
    margin-bottom: 80px;
}

.sub_text{
    text-align: center;
    color: #757575;
}
.link-btn{
    max-width: 440px;
      display:block;
    margin:0 auto;
    margin-bottom: 8px;
      padding: 16px 24px 8px 24px ;
      width: 100%;
      height:32px;
    color:#fff;
    background-color: #011b40;
    cursor: pointer;
    border-radius: 2px;
  }
  @media screen and (max-width: 767px) {
    .link-btn {
      width: calc(100% - 52px);
    }
  }

  
  .link-btn:hover{
      transition:all 0.2s;
      background-color: #1a58b1;
      color: #fff;
      border-color: #1a58b1;
  }
  .link-btn p{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 1.75;
  }
  .btn_width p{
    margin-bottom: 96px;
}

  @media (min-width: 1200px) {
  .row-fluid .span_btn {
    margin: 0 0 0 auto;
    padding-right: 24px;
  }
}

.margin_bottom{
    transform: none !important;
}



/* レスポンシブ対応（1490px|あとで整理する） */
@media screen and (max-width: 1490px) {
    .section_1 {
        width: calc( 100% - 160px );
    }

    .section_2 {
        /* max-width: 960px; */
        width: calc( 100% - 160px );
    }
  
    .description_picture{
        margin: auto 0;
    }

    .bottom_80px{
        margin-bottom: 56px;
    }
}

/* レスポンシブ対応（1220px|ヘッダー） */
@media screen and (max-width: 1220px) {
    .header_area {
        max-width: unset;
        transform: unset;
    }
    .header_area .row-fluid{
        width: 100%;
        opacity: unset;
    }
    .row-fluid .span_btn {
        padding-right: 24px;
        margin: 0;
      }
}

/* レスポンシブ対応（767px） */
@media screen and (max-width: 767px) {
    .section_2 {
        flex-direction: column;
        /* width: calc( 100% - 40px ); */
    }
    .order1 {
        order: 1;
      }
      .order2 {
        order: 2;
      }
      .order3 {
        order: 3;
      }
      .order4 {
        order: 4;
      }
      .order5 {
        order: 5;
      }
      .order6 {
        order: 6;
      }

      .description_picture {
        width: 100%;
        margin-bottom: 16px;
    }
      .description_text {
        width: 100%;
        max-width: unset;
        margin: 0 auto;
    }
    .description_text h2 {
        text-align: center;
    }
}


/* レスポンシブ対応（686px） */
@media screen and (max-width: 686px) {
    .section_1 {
        width: calc( 100% - 80px );
    }
    .section_2 {
        width: calc( 100% - 80px );
    }
}

/* レスポンシブ対応（568px） */
@media screen and (max-width: 568px) {
    .sub_text {
        width: calc( 100% - 80px );
        margin: 0 auto;
    }
    .link-btn {
        width: calc( 100% - 128px );
        margin: 0 auto;
    }
    .sub_text {
        margin-top: 8px;
    }
}



/* レスポンシブ対応（414px） */
@media screen and (max-width: 414px) {
    .section_1 h1 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .section_1 p {
        font-size: 14px;
    }
    .description_text h2 {
        font-size: 16px;
        text-align: center;
    }
}

/* レスポンシブ対応（335px） */
@media screen and (max-width: 335px) {
    .link-btn {
        padding: 16px 24px 32px 24px;
    }
}
