/* ---------------------------
 * ALL Width
 * --------------------------- */
@media print, screen and (min-width: 48em) {
  /* ---------------------------
 * PC
 * --------------------------- */
  .vehicle .heading {
    margin: 0 0 30px;
  }
  .vehicle .layout-block .topics:last-child {
    margin-bottom: 95px;
  }
  .vehicle .layout-section {
    position: relative;
    margin-bottom: 20px;
  }
  .vehicle .layout-section:before {
    content: "";
    display: block;
    background: url(../img/inner_line.png) repeat-x top;
    width: 100%;
    height: 4px;
  }
  .vehicle .layout-section:after {
    content: "";
    display: block;
    background: url(../img/inner_line.png) repeat-x bottom;
    width: 100%;
    height: 4px;
  }
  .vehicle .layout-section .vehicle_box {
    position: relative;
    box-sizing: border-box;
    padding: 16px;
  }
  .vehicle .layout-section .vehicle_box:before {
    content: "";
    display: block;
    background: url(../img/inner_line.png) repeat-y;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .vehicle .layout-section .vehicle_box:after {
    content: "";
    display: block;
    background: url(../img/inner_line.png) repeat-y;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner .vehicle_left {
    width: 410px;
    float: left;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner .vehicle_left .vehicle_top_title {
    border-bottom: 3px solid;
    position: relative;
    margin-bottom: 10px;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner .vehicle_left .vehicle_top_title h5 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner .vehicle_left .vehicle_top_title:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #1caf2d;
    width: 170px;
    height: 3px;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner .vehicle_left p {
    margin: 1em 0;
    text-indent: -3.3em;
    padding-left: 3.3em;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner .vehicle_left a {
    display: block;
    width: 288px;
    margin: 24px auto;
    padding: 15px;
    text-align: center;
    border: 2px solid #eaeaea;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner .vehicle_left a span {
    position: relative;
    display: inline-block;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner .vehicle_left a span:before {
    content: "";
    display: block;
    background: url(../img/arrow_right_icon.png) no-repeat;
    width: 17px;
    height: 17px;
    float: left;
    clear: left;
    margin: 4px 1em 0 0;
    text-decoration: none;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner .vehicle_left a:hover {
    background-color: #eaeaea;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner .vehicle_right {
    float: right;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .vehicle .vehicle_link_box {
    width: 880px;
    margin: 0 auto;
  }
  .vehicle .vehicle_link_box a {
    display: block;
    width: 283px;
    padding: 15px;
    text-align: center;
    border: 2px solid #eaeaea;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
  }
  .vehicle .vehicle_link_box a span {
    position: relative;
    display: inline-block;
  }
  .vehicle .vehicle_link_box a span:before {
    content: "";
    display: block;
    background: url(../img/arrow_right_icon.png) no-repeat;
    width: 17px;
    height: 17px;
    float: left;
    clear: left;
    margin: 4px 1em 0 0;
    text-decoration: none;
  }
  .vehicle .vehicle_link_box a:hover {
    background-color: #eaeaea;
  }
  .vehicle_detail .layout-inner .vehicle_detail_heading {
    border-top: 3px solid #000;
    position: relative;
  }
  .vehicle_detail .layout-inner .vehicle_detail_heading h3 {
    background: url(../img/vehicle/vehicle_bg.jpg) no-repeat top center;
    width: 920px;
    height: 268px;
    margin: 0;
  }
  .vehicle_detail .layout-inner .vehicle_detail_heading:after {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    background: #1caf2d;
    width: 170px;
    height: 3px;
  }
  .vehicle_detail .layout-inner .vehicle_detail_box {
    text-align: center;
    font-weight: bold;
    width: 880px;
    margin: 30px auto 0;
  }
  .vehicle_detail .layout-inner .vehicle_detail_box p {
    margin: 0;
  }
  .vehicle_detail .layout-inner .vehicle_detail_box .vehicle_detail_inner {
    position: relative;
    padding: 15px;
  }
  .vehicle_detail .layout-inner .vehicle_detail_box .vehicle_detail_inner:before {
    content: "";
    display: block;
    background: url(../img/inner_line_green.png) repeat-y;
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .vehicle_detail .layout-inner .vehicle_detail_box .vehicle_detail_inner:after {
    content: "";
    display: block;
    background: url(../img/inner_line_green.png) repeat-y;
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .vehicle_detail .layout-inner .vehicle_detail_box:before {
    content: "";
    display: block;
    background: url(../img/inner_line_green.png) repeat-x top;
    width: 100%;
    height: 6px;
  }
  .vehicle_detail .layout-inner .vehicle_detail_box:after {
    content: "";
    display: block;
    background: url(../img/inner_line_green.png) repeat-x bottom;
    width: 100%;
    height: 6px;
  }
  .vehicle_detail .layout-inner .layout-section {
    margin-top: 40px;
  }
  .vehicle_detail .layout-inner .layout-section h4 {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
    padding-bottom: 9px;
    border-bottom: 3px solid #ccc;
  }
  .vehicle_detail .layout-inner .layout-section h4 span {
    display: block;
    border-left: 6px solid #1caf2d;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .vehicle_detail .layout-inner .layout-section ul {
    margin: 0;
    padding: 0;
  }
  .vehicle_detail .layout-inner .layout-section ul li {
    text-indent: -1em;
    padding: 0 0 0.5em 1em;
  }
  .vehicle_detail .layout-inner .layout-section ul li.indent_01 {
    text-indent: -4.3em;
    padding-left: 4.3em;
  }
  .vehicle_detail .layout-inner .layout-section ul li .vehicle_detail_asterisk {
    font-size: 1.0rem;
  }
  .vehicle_detail .layout-inner .layout-section .vehicle_detail_seat {
    text-align: center;
    padding-top: 40px;
  }
  .vehicle_detail .layout-inner .layout-section .vehicle_interior ul {
    font-size: 0;
  }
  .vehicle_detail .layout-inner .layout-section .vehicle_interior ul li {
    text-indent: 0;
    padding: 0;
    display: inline-block;
    margin: 0 2px 2px 0;
  }
  .vehicle_detail .layout-inner .layout-section .vehicle_interior ul li:nth-child(3n) {
    margin-right: 0;
  }
  .vehicle_detail .layout-inner .layout-section:before {
    display: none;
  }
  .vehicle_detail .layout-inner .layout-section:after {
    display: none;
  }
  .vehicle_detail .layout-inner .layout-section:last-child {
    margin-bottom: 95px;
  }
}

@media screen and (max-width: 47.9375em) {
  /* ---------------------------
 * SmartPhone
 * --------------------------- */
  .vehicle .layout-section {
    box-sizing: border-box;
    background: url(../img/inner_line.png) repeat;
    width: 100%;
    margin-bottom: 20px;
    padding: 3px;
  }
  .vehicle .layout-section .vehicle_box {
    background-color: #fff;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner {
    padding: 10px;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner .vehicle_top_title {
    border-bottom: 3px solid;
    position: relative;
    margin-bottom: 10px;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner .vehicle_top_title h5 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner .vehicle_top_title:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #1caf2d;
    width: 85px;
    height: 3px;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner a {
    display: block;
    width: 90%;
    margin: 20px auto;
    padding: 15px;
    text-align: center;
    border: 2px solid #eaeaea;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner a span {
    position: relative;
    display: inline-block;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner a span:before {
    content: "";
    display: block;
    background: url(../img/arrow_right_icon.png) no-repeat;
    width: 17px;
    height: 17px;
    float: left;
    clear: left;
    margin: 0 1em 0 0;
    text-decoration: none;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner .vehicle_left p {
    text-indent: -3em;
    padding-left: 3em;
  }
  .vehicle .layout-section .vehicle_box .vehicle_inner .vehicle_right {
    width: 95%;
    margin: 0 auto;
  }
  .vehicle .layout-section:last-child {
    padding-bottom: 3px;
  }
  .vehicle .vehicle_link_box {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .vehicle .vehicle_link_box a {
    width: 49%;
    display: block;
    box-sizing: border-box;
    border: 2px solid #eaeaea;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    padding-left: 0;
    text-indent: 0;
    margin: 0 1% 1% 0;
    padding: 15px 10px;
    color: #333;
  }
  .vehicle .vehicle_link_box a:before {
    content: "";
    display: block;
    background: url(../img/arrow_right_icon.png) no-repeat;
    width: 17px;
    height: 17px;
    float: left;
    clear: left;
    margin: 1px 1em 0 0;
  }
  .vehicle .vehicle_link_box a:hover {
    background-color: #eaeaea;
  }
  .vehicle_detail .layout-inner .vehicle_detail_heading {
    border-top: 3px solid #000;
    position: relative;
  }
  .vehicle_detail .layout-inner .vehicle_detail_heading h3 {
    background: url(../img/vehicle/vehicle_bg.jpg) no-repeat top center;
    width: 100%;
    height: 100%;
    background-size: 100%;
  }
  .vehicle_detail .layout-inner .vehicle_detail_heading:after {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    background: #1caf2d;
    width: 85px;
    height: 3px;
  }
  .vehicle_detail .layout-inner .vehicle_detail_box {
    box-sizing: border-box;
    background: url(../img/inner_line_green.png) repeat;
    width: 100%;
    margin: 20px 0;
    padding: 3px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .vehicle_detail .layout-inner .vehicle_detail_box .vehicle_detail_inner {
    background-color: #fff;
  }
  .vehicle_detail .layout-inner .vehicle_detail_box .vehicle_detail_inner p {
    padding: 10px;
  }
  .vehicle_detail .layout-inner .layout-section {
    background: none;
  }
  .vehicle_detail .layout-inner .layout-section:last-child {
    margin-bottom: 50px;
  }
  .vehicle_detail .layout-inner .layout-section ul li.indent_01 {
    text-indent: -4.3em;
    padding-left: 4.3em;
  }
  .vehicle_detail .layout-inner .layout-section ul li .vehicle_detail_asterisk {
    font-size: 1.0rem;
  }
  .vehicle_detail .layout-inner .layout-section .vehicle_interior ul {
    font-size: 0;
  }
  .vehicle_detail .layout-inner .layout-section .vehicle_interior ul li {
    text-indent: 0;
    padding: 0;
    display: inline-block;
    width: 49.5%;
    margin: 0 0.5% 1% 0;
  }
  .vehicle_detail .layout-inner .layout-section .vehicle_interior ul li:nth-child(2n) {
    margin: 0 0 1% 0.5%;
  }
  .vehicle_detail .layout-inner .layout-section .vehicle_detail_seat {
    margin: 0 auto;
  }
  .vehicle_detail .layout-inner .layout-section .vehicle_detail_seat.detail_seat_01 {
    width: 90.93655%;
  }
}
