﻿@charset "UTF-8";
@media print{
  body{margin: 0 !important;}
  #header{display: none;}
  #gNav{display: none;}
  #mvSub{display: none;}
  #breadCrumb{display: none;}
  .mb60{display: none;}
  #commonSec{display: none;}
  #footer{display: none;}
  .goTop{display: none !important;}
  #caseSingleSec01 li img{
    display: block;
    height: 360px;
  }
  #carData .imgClm img{
    width: 460px;
  }
  /*---------------------------------------
      sub
  ----------------------------------------*/
  .sub #topSec02 {
    background: none;
  }

  .box {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .box .txtClm, .box .imgClm {
    display: table-cell !important;
    vertical-align: top;
  }
  .box .imgClm {
    text-align: right;
    float: left; /*追記*/
  }

  .trouble {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .trouble h4 {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    color: #7499c0;
    position: relative;
    padding-top: 50px;
  }
  .trouble h4 span {
    display: inline-block;
    background: linear-gradient(rgba(0, 0, 0, 0) 70%, #dbe057 70%);
    line-height: 1.3;
  }
  .trouble h4:before {
    content: "";
    background: url(../images/icon_face.png) no-repeat center center;
    width: 48px;
    height: 49px;
    position: absolute;
    left: 0;
    right: 0;
    margin: -50px auto;
    display: block;
  }
  .trouble ul {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
  }
  .trouble ul li {
    float: left;
    font-size: 14px;
    padding-left: 20px;
  }
  .trouble ul li:nth-child(odd) {
    width: 350px;
  }
  .trouble ul li:nth-child(even) {
    width: 410px;
  }
  .trouble:nth-of-type(odd) {
    background: url(../images/bg.png);
  }
  .trouble:nth-of-type(even) {
    background: url(../images/bg03.png);
  }
  .trouble:last-of-type {
    margin-bottom: 0;
  }



  /*---------------------------------------
      case-list
  ----------------------------------------*/
  #caseListSec01 .caseItem {
    margin-bottom: 20px;
  }
  #caseListSec01 .btn {
    padding-top: 20px;
  }

  /*---------------------------------------
      case-single
  ----------------------------------------*/
  #carData h2 {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    background: #3b4f64;
    letter-spacing: 0.2em;
    padding: 15px 20px;
  }
  #carData .box {
    background: url(../images/bg.png);
    padding: 20px;
    margin-bottom: 60px;
  }
  #carData .box .imgClm {
    width: 460px;
    float: left; /*追記*/

  }
  #carData .box .txtClm {
    padding-left: 40px;
    width: 460px; /*追記*/
    float: right; /*追記*/
  }
  #carData .box .txtClm .cate {
    overflow: hidden;
    height: 30px;
    margin-bottom: 20px;
    width: 460px; /*追記*/
  }
  #carData .box .txtClm .cate li {
    width: 100px;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 30px;
    padding: 0;
    margin-right: 10px;
  }
  #carData .box .txtClm .cate li.seibi {
    background: #48739f;
  }
  #carData .box .txtClm .cate li.bankin {
    background: #986932;
  }
  #carData .box .txtClm .cate li.coat {
    background: #907294;
  }
  #carData .box .txtClm dl {
    display: table;
    table-layout: fixed;
    /*width: 100%;*/
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
    width: 460px; /*追記*/
  }
  #carData .box .txtClm dl:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  #carData .box .txtClm dl dt, #carData .box .txtClm dl dd {
    display: table-cell;
    vertical-align: top;
  }
  #carData .box .txtClm dl dt {
    font-weight: bold;
    width: 110px;
  }

  #caseSingleSec01 ul li {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 70px;
    position: relative;
  }
  #caseSingleSec01 ul li .imgClm {
    width: 480px;
    display: table-cell;
    vertical-align: top;
  }
  #caseSingleSec01 ul li .txtClm {
    width: 520px;
    padding-left: 20px;
    display: table-cell;
    vertical-align: top;
  }
  #caseSingleSec01 ul li .txtClm h3 {
    background: none;
    border: none;
    text-align: left;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-bottom: 0;
    width: 100%;
    display: table;
    vertical-align: middle;
    background: #eee;
    font-weight: bold;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  #caseSingleSec01 ul li .txtClm h3 .step {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    color: #48739f;
    width: 110px;
  }
  #caseSingleSec01 ul li .txtClm h3 b {
    font-size: 36px;
    color: #48739f;
  }
  #caseSingleSec01 ul li .txtClm h3 .tit {
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
  }
  #caseSingleSec01 ul li:after {
    content: "";
    background: url(../images/arrow_caseFlow.png);
    width: 60px;
    height: 30px;
    position: absolute;
    bottom: -50px;
    left: 210px;
  }
  #caseSingleSec01 ul li:last-child {
    margin-bottom: 0;
  }
  #caseSingleSec01 ul li:last-child:after {
    background: none;
  }

  #caseSingleSec02 {
    text-align: left;
  }
  #caseSingleSec02 p {
    margin-top: 20px;
  }
  #caseSingleSec02 p:first-of-type {
    margin-top: 0;
  }
  #caseSingleSec02 img {
    margin-top: 40px;
  }

  .btn.mb60 {
    margin-bottom: 60px;
  }


};
