@charset "UTF-8";
body.modalShown {
  height: 100%;
  /* overflow: hidden;  */}
  body.modalShown .modal_container {
    display: block; }

#container #back {
  display: none; }

#contents {
  position: relative;
  background-color: #f3f3f3;
  /*   background-image: url(../img/common/sp/bg_bottom_line01.png), url(../img/common/bg_paper01.jpg);
  background-position: center bottom, center top;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto;  */
  }
  #contents .maine0 {
    position: relative;
    width: 100%; }
    #contents .maine0 .p-sp-none {
      display: none !important; }

    #header{
        margin-bottom:-10px!important;
    }
    
#wrapMovie {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  top: -10px;
  bottom: 0;
  z-index: 9999; }
  #wrapMovie iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 320px;
    height: 190px;
    margin: -95px 0 0 -160px; }
  #wrapMovie p.close {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -125px 0 0 -160px;
    width: 320px;
    height: 190px; }
    #wrapMovie p.close span {
      float: right;
      width: 26px;
      height: 26px;
      background: url(../img/common/btn_movie_close.png) right top no-repeat;
      cursor: pointer; }
      #wrapMovie p.close span:hover {
        opacity: 0.7; }

.abcars_container {
  text-align: center;
  color: #000; }
  .abcars_container figure {
    margin: 0; }
  .abcars_container img {
    max-width: 100%; }
  .abcars_container .modal_container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: scroll;
    z-index: 5000; }
    .abcars_container .modal_container .overlay {
      position: fixed;
      background: rgba(0, 0, 0, 0.7);
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .abcars_container .modal_container [class*="content"] {
      display: none; }
      .abcars_container .modal_container [class*="content"].current {
        display: block; }
    .abcars_container .modal_container .inner {
      position: absolute;
      width: 93.75%;
      left: 0;
      right: 0;
      top: 0;
      padding: 100px 0 20px;
      margin: 0 auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .abcars_container .modal_container .content1 {
      position: relative;
      background: #fff;
      border: 2px solid #e50020;
      width: 100%;
      padding: 15px 4% 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .abcars_container .modal_container .content1 .button1, .abcars_container .modal_container .content1 .button2 {
        position: absolute;
        width: 30px;
        height: 24px;
        right: 10px;
        top: 15px;
        font-size: 0;
        cursor: pointer; }
        .abcars_container .modal_container .content1 .button1::before, .abcars_container .modal_container .content1 .button1::after, .abcars_container .modal_container .content1 .button2::before, .abcars_container .modal_container .content1 .button2::after {
          content: "";
          position: absolute;
          background: #e50020;
          width: 30px;
          height: 2px;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
        .abcars_container .modal_container .content1 .button1::before, .abcars_container .modal_container .content1 .button2::before {
          -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg); }
        .abcars_container .modal_container .content1 .button1::after, .abcars_container .modal_container .content1 .button2::after {
          -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
          visibility: visible; }
      .abcars_container .modal_container .content1 .button2 {
        top: auto;
        bottom: 15px; }
      .abcars_container .modal_container .content1 .title {
        margin: 0 auto 7%;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
        color: #e50020; }
      .abcars_container .modal_container .content1 .sub {
        margin: 6% auto 0;
        font-size: 13px;
        font-weight: bold;
        text-align: left;
        color: #e50020; }
      .abcars_container .modal_container .content1 .text {
        line-height: 1.7em;
        font-size: 12px;
        font-weight: bold;
        text-align: justify; }
        .abcars_container .modal_container .content1 .text > br {
          display: none; }
      .abcars_container .modal_container .content1 .list > li {
        position: relative;
        border-top: 1px solid #e50020;
        margin: 18px auto 1.2em;
        padding: 10px 0 0;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        text-align: justify; }
        .abcars_container .modal_container .content1 .list > li::before {
          content: "";
          position: absolute;
          background: #e50020;
          border: 2px solid #fff;
          border-radius: 100%;
          width: 22px;
          height: 22px;
          left: 0;
          right: 0;
          top: -12px;
          margin: 0 auto;
          font-size: 13px;
          text-align: center;
          color: #fff;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        .abcars_container .modal_container .content1 .list > li:nth-child(1)::before {
          content: "1"; }
        .abcars_container .modal_container .content1 .list > li:nth-child(2)::before {
          content: "2"; }
        .abcars_container .modal_container .content1 .list > li:nth-child(3)::before {
          content: "3"; }
        .abcars_container .modal_container .content1 .list > li:nth-child(4)::before {
          content: "4"; }
        .abcars_container .modal_container .content1 .list > li:nth-child(5)::before {
          content: "5"; }
        .abcars_container .modal_container .content1 .list > li br {
          display: none; }
      .abcars_container .modal_container .content1 .child {
        margin: 0.8em auto 0;
        padding: 0; }
        .abcars_container .modal_container .content1 .child > li {
          margin: 0.5em 0 0;
          padding-left: 2.4em;
          line-height: 1.5em;
          text-indent: -2.35em; }
      .abcars_container .modal_container .content1 .caution {
        margin: 6% auto 5%;
        text-align: left;
        color: #4d4d4d; }
        .abcars_container .modal_container .content1 .caution > li {
          display: inline;
          font-size: 10px;
          font-weight: bold; }
      .abcars_container .modal_container .content1 .img {
        width: 25%;
        margin: 0 0 5%;
        line-height: 0; }
  .abcars_container .footer_container {
    padding: 0 0 28%; }
    .abcars_container .footer_container .links {
      position: relative;
      width: 71.25%;
      margin: 0 auto;
      line-height: 0;
      text-align: center; }
      .abcars_container .footer_container .links > li {
        margin-bottom: 5%; }
      .abcars_container .footer_container .links .button:hover {
        opacity: 0.7; }
    .abcars_container .footer_container .logo {
      width: 63.125%;
      margin: 17% auto 0;
      text-align: center; }
  .abcars_container .shop_container {
    width: 93.75%;
    margin: 13% auto 11%; }
    .abcars_container .shop_container .title_top {
      position: relative;
      margin: 0 auto; }
      .abcars_container .shop_container .title_top::after {
        content: "";
        position: absolute;
        background: #000;
        border-radius: 1px;
        width: 100%;
        height: 4px;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      .abcars_container .shop_container .title_top > img {
        width: 92.5%;
        margin: 0 auto; }
      .abcars_container .shop_container .title_top .off {
        position: relative; }
      .abcars_container .shop_container .title_top .on {
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        visibility: hidden; }
      .abcars_container .shop_container .title_top.is-active::after {
        background: #e50020; }
      .abcars_container .shop_container .title_top.is-active .off {
        visibility: hidden; }
      .abcars_container .shop_container .title_top.is-active .on {
        visibility: visible; }
    .abcars_container .shop_container .content {
      display: none;
      position: relative;
      background: #fff;
      border-bottom: 6px solid #e50020;
      letter-spacing: 2px;
      font-weight: bold;
      text-align: center; }
      .abcars_container .shop_container .content .head {
        width: 69.167%;
        margin: 0 auto;
        padding: 10% 0 6.5%; }
      .abcars_container .shop_container .content .frame {
        display: inline-block;
        padding: 0 0 7%; }
      .abcars_container .shop_container .content .area {
        margin: 0 auto;
        text-align: left; }
      .abcars_container .shop_container .content .area9 .list > li:nth-child(7) {
        margin-top: 0.8em;
        clear: left; }
        .abcars_container .shop_container .content .area9 .list > li:nth-child(7)::before {
          content: none; }
      .abcars_container .shop_container .content .area9 .list > li:nth-child(8) {
        margin-top: 0.8em; }
      .abcars_container .shop_container .content .list::after {
        content: "";
        display: block;
        clear: both; }
      .abcars_container .shop_container .content .list > li {
        display: block;
        float: left; }
        .abcars_container .shop_container .content .list > li + li::before {
          content: "・";
          display: block;
          float: left;
          font-size: 11px;
          margin: 0 -0.1em 0 0.05em; }
      .abcars_container .shop_container .content .mag ~ li {
        padding-top: 0.8em; }
      .abcars_container .shop_container .content .prefecture {
        border-bottom: 2px solid #e50020;
        padding: 0 0 2px 2px;
        font-size: 11px; }
        .abcars_container .shop_container .content .prefecture:hover {
          border-bottom: #000 2px solid;
          text-decoration: none;
          color: #e50020; }
      .abcars_container .shop_container .content .sub {
        margin: 1.5em 0 0;
        font-size: 14px;
        color: #000; }
  .abcars_container .poster_frame {
    position: relative;
    width: 90%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .abcars_container .poster_frame::before {
      content: "";
      position: absolute;
      background: url(../img/common/sp/poster_bg01.png) center bottom no-repeat;
      background-size: 100% auto;
      width: 100%;
      left: 0;
      right: 0;
      padding: 6.45% 0 0;
      bottom: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .abcars_container .poster_frame::after {
      content: "";
      background: url(../img/common/sp/poster_bg02.png) center top no-repeat;
      background-size: 100% auto;
      width: 100%;
      height: auto;
      left: 0;
      right: 0;
      padding: 0 0 6.45%;
      top: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      visibility: visible; }
    .abcars_container .poster_frame .inner {
      position: relative;
      background: #fff;
      width: 100%;
      padding: 0 8.75%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .abcars_container .poster_frame > section:last-child {
      padding-bottom: 5%; }
    .abcars_container .poster_frame + .poster_frame {
      margin-top: 16%; }
  .abcars_container .plate_title {
    position: relative;
    margin: 0 auto;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .abcars_container .rect_button {
    display: block;
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .abcars_container .rect_button > div {
      position: relative;
      background: #fff;
      border: 2px solid #000;
      border-radius: 3px;
      margin: 0 auto;
      padding: 0.65em 0 0.7em;
      line-height: 1;
      font-weight: bold;
      -webkit-box-shadow: 1px 1px 0 #e50020, 2px 2px 0 #e50020, 3px 3px 0 #e50020, 4px 4px 0 #e50020;
      box-shadow: 1px 1px 0 #e50020, 2px 2px 0 #e50020, 3px 3px 0 #e50020, 4px 4px 0 #e50020;
      text-align: center; }
      .abcars_container .rect_button > div::after {
        content: "";
        display: inline-block;
        border-right: 2px solid;
        border-top: 2px solid;
        width: 0.6em;
        height: 0.6em;
        margin: 0.17em 0 0 0;
        vertical-align: top;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        visibility: visible; }
      .abcars_container .rect_button > div > span {
        margin: 0 -0.4em; }
    .abcars_container .rect_button:hover {
      text-decoration: none; }
    .abcars_container .rect_button.hover > div {
      -webkit-box-shadow: 1px 1px 0 #e50020;
      box-shadow: 1px 1px 0 #e50020;
      -webkit-transform: translate(3px, 3px);
      transform: translate(3px, 3px); }
    .abcars_container .rect_button[data-accordion] {
      margin: 0 auto 0 3%; }
      .abcars_container .rect_button[data-accordion] > div::after {
        margin: 0.05em 0 0 0.3em;
        -webkit-transform: rotateZ(135deg);
        transform: rotateZ(135deg); }
    .abcars_container .rect_button[data-accordion="close"] > div::after {
      margin: 0.35em 0 0 0.3em;
      -webkit-transform: rotateZ(-45deg);
      transform: rotateZ(-45deg); }
    .abcars_container .rect_button[data-accordion="close"]::before {
      content: "";
      position: absolute;
      background: #000;
      width: 114%;
      height: 2px;
      left: 52%;
      top: 50%;
      margin: 3px 0 0;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .abcars_container .rect_button.blank > div::after {
      background: url(../img/common/loan_ico1.svg) center center no-repeat;
      background-size: 100% auto;
      border: none;
      width: 1em;
      height: 0.824em;
      margin: 0.05em 0 0 0.3em;
      -webkit-transform: none;
      transform: none; }
  .abcars_container .bottom_caution {
    width: 96%;
    margin: 8% auto 0; }
    .abcars_container .bottom_caution > p {
      padding: 0 0 0 1em;
      line-height: 1.65em;
      font-size: 10px;
      font-weight: bold;
      text-align: justify;
      text-indent: -1em; }

.abcars_buy .hero_container .inner {
  position: relative;
  /*   background: url(../img/common/bg_paper01.jpg) center top no-repeat;
  background-size: 100% auto; */
   background-color:#f3f3f3;
  width: 100vw;
  height: 107.813vw; }
  .abcars_buy .hero_container .inner::before {
    content: "";
    position: absolute;
    background: #e50020;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    mix-blend-mode: multiply; }
  .abcars_buy .hero_container .inner::after {
    content: "";
    position: absolute;
    background: url(../img/sp/buy_hero_img02.png) center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none; }
  .abcars_buy .hero_container .inner .head {
    position: absolute;
    width: 70%;
    left: 0;
    right: 0;
    top: 12.75%;
    margin: 0 auto; }
  .abcars_buy .hero_container .inner .text {
    position: absolute;
    width: 54.844%;
    left: 0;
    right: 0;
    top: 34.5%;
    margin: 0 auto; }

.abcars_buy .hero_container .navi {
  background: #fff; }

.abcars_buy .hero_container .list {
  padding: 0.2em 0; }
  .abcars_buy .hero_container .list > li {
    display: inline-block; }
    .abcars_buy .hero_container .list > li:nth-child(even) {
      margin-left: 1.5em; }
    .abcars_buy .hero_container .list > li:nth-child(n+3) {
      margin-top: 0.5em; }

.abcars_buy .hero_container .item {
  font-size: 11px;
  font-weight: bold;
  cursor: pointer; }
  .abcars_buy .hero_container .item::after {
    content: "";
    display: inline-block;
    border-right: 2px solid;
    border-bottom: 2px solid;
    width: 0.6em;
    height: 0.6em;
    margin: 0.5em 0 0 0.1em;
    vertical-align: top;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .abcars_buy .hero_container .item.js_anchor::after {
    margin: 0.4em 0 0 0.4em;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }

.abcars_buy .search_container .title {
  margin: 5% auto 0;
  font-size: 15px;
  font-weight: bold;
  color: #e50020; }
  .abcars_buy .search_container .title::before {
    content: "";
    display: inline-block;
    background: url(../img/buy_search_title01.png) center center no-repeat;
    background-size: 100% auto;
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
    vertical-align: sub; }

.abcars_buy .search_container .inner1 {
  margin-top: -90px;
  padding: 95px 0 0; }

.abcars_buy .search_container .inner2 {
  margin: 10% auto 0; }

.abcars_buy .search_container .list1 {
  width: 93.75%;
  margin: 0 auto;
  font-size: 0;
  text-align: center; }
  .abcars_buy .search_container .list1 > li {
    display: inline-block;
    background: url(../img/buy_search_item_bg01.png) center bottom no-repeat;
    background-size: auto 100%;
    height: 18.125vw;
    max-height: 116px;
    width: 25%;
    margin: 6% 0 0;
    vertical-align: bottom; }
    .abcars_buy .search_container .list1 > li:nth-child(-n+4) {
      margin-top: 3%; }
  .abcars_buy .search_container .list1 .item {
    display: table;
    font-weight:bold;
    width: 19.688vw;
    max-width: 126px;
    height: 13.125vw;
    max-height: 84px;
    padding: 0 5px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .abcars_buy .search_container .list1 .item > span {
      display: table-cell;
      font-weight:bold;
      letter-spacing: -0.05em;
      vertical-align: middle; }

.abcars_buy .search_container .list2::after {
  content: "";
  display: block;
  clear: both; }

.abcars_buy .search_container .list2 > li {
  display: block;
  float: left;
  width: calc(100%/3);
  margin: 3% 0 0; }
  .abcars_buy .search_container .list2 > li:nth-child(3n+1) a {
    margin: 0 auto 0 0; }
  .abcars_buy .search_container .list2 > li:nth-child(3n) a {
    margin: 0 0 0 auto; }

.abcars_buy .search_container .list2 .item {
  width: 94%;
  margin: 0 auto; 
  }
.abcars_buy .search_container .list2 .item > span {
  font-weight:bold;
}
.abcars_buy .search_container .item {
  display: block;
  margin: 0 auto;
  font-size: 10px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.abcars_buy .search_container .rect_button {
  width: 70%;
  font-size: 12px; }

.abcars_buy .summary_container .poster {
  margin: -100px auto 0;
  padding: 140px 0 0; }
  .abcars_buy .summary_container .poster .inner {
    padding: 25px 8.75% 10px; }

.abcars_buy .summary_container .poster1 {
  padding-bottom: 3%; }

.abcars_buy .summary_container .poster2 {
  padding-bottom: 6%; }

.abcars_buy .summary_container .plate_title {
  position: absolute;
  width: 83.334%;
  left: 0;
  right: 0;
  top: 0;
  margin-top: -40px;
  font-size: 18px;
  z-index: 2; }
  .abcars_buy .summary_container .plate_title > small {
    display: block;
    margin: 5px auto 0;
    line-height: 1;
    font-size: 0.8em; }

.abcars_buy .summary_container .poster_frame .inner1 {
  padding-top: 20%; }
  .abcars_buy .summary_container .poster_frame .inner1 .img {
    width: 47.62%;
    margin: 7% auto 6%; }

.abcars_buy .summary_container .poster_frame .inner2 {
  padding-top: 30px; }
  .abcars_buy .summary_container .poster_frame .inner2 .img {
    width: 63.204%;
    margin: 5% auto 20px; }

.abcars_buy .summary_container .poster_frame .inner3 {
  padding-bottom: 30px; }
  .abcars_buy .summary_container .poster_frame .inner3 .img {
    width: 75.758%;
    margin: 7% auto 6%; }

.abcars_buy .summary_container .poster_frame .inner4 {
  background: #fff url(../img/common/summary_line01.png) center top no-repeat;
  background-size: 85% 2px; }

.abcars_buy .summary_container .poster_frame .inner5 {
  padding: 25px 4% 10px; }

.abcars_buy .summary_container .poster_frame .inner6 .text2 {
  margin: 2% auto 7%;
  line-height: 1.8em;
  text-align: justify; }
  .abcars_buy .summary_container .poster_frame .inner6 .text2 > br {
    display: none; }
strong{font-weight:bold;}
.abcars_buy .summary_container .poster_frame .title1 {
  letter-spacing: 0.08em;
  font-size: 18px;
  font-weight: bold;
  color: #e50020;
  white-space: nowrap; }
  .abcars_buy .summary_container .poster_frame .title1 > strong {
    display: inline-block;
    line-height: 1;
    font-size: 1.8em;
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1); }
  .abcars_buy .summary_container .poster_frame .title1 > small {
    display: inline-block;
    margin: 0 -0.6em;
    font-size: 0.7em; }
  .abcars_buy .summary_container .poster_frame .title1.plus {
    position: relative;
    margin-top: -20px; }
    .abcars_buy .summary_container .poster_frame .title1.plus::before {
      content: "";
      position: absolute;
      background: url(../img/buy_title_ico01.png) center center no-repeat;
      background-size: 100% auto;
      width: 42px;
      height: 42px;
      left: -13%;
      top: -15%; }

.abcars_buy .summary_container .poster_frame .title2 {
  width: 112.338%;
  margin: 0 -6.169%; }

.abcars_buy .summary_container .poster_frame .title3 {
  letter-spacing: 0.08em;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #e50020; }

.abcars_buy .summary_container .poster_frame .text1 {
  margin: 0.5em auto 0;
  line-height: 1.8em;
  font-size: 12px;
  font-weight: bold;
  text-align: justify; }
  .abcars_buy .summary_container .poster_frame .text1 > small {
    display: block;
    font-size: 10px;
    color: #4d4d4d; }
  .abcars_buy .summary_container .poster_frame .text1 br {
    display: none; }

.abcars_buy .summary_container .poster_frame .text2 {
  margin: -5% auto 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center; }

.abcars_buy .summary_container .poster_frame .table {
  margin: 10% auto 0;
  text-align: center; }
  .abcars_buy .summary_container .poster_frame .table > li {
    display: block; }
    .abcars_buy .summary_container .poster_frame .table > li::after {
      content: "";
      display: block;
      clear: both; }
    .abcars_buy .summary_container .poster_frame .table > li:nth-child(1) div img {
      width: 76%; }
    .abcars_buy .summary_container .poster_frame .table > li:nth-child(2) {
      background: url(../img/buy_table_line01.png) center top no-repeat;
      background-size: 8% auto;
      margin-top: 4%;
      padding-top: 14%; }
      .abcars_buy .summary_container .poster_frame .table > li:nth-child(2) div img {
        width: 80%; }
  .abcars_buy .summary_container .poster_frame .table i {
    display: block;
    float: left;
    width: 15.78%;
    padding: 2% 0 0; }
  .abcars_buy .summary_container .poster_frame .table div {
    float: left;
    width: 84.22%;
    padding: 0 0 0 6%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .abcars_buy .summary_container .poster_frame .table div img {
      margin: 0 auto 0 0; }
  .abcars_buy .summary_container .poster_frame .table p {
    margin: 0 auto 3%;
    line-height: 1;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    color: #e50020; }

/*.abcars_buy .summary_container .poster_frame .table li:first-child p{
    line-height: 1.4;
    font-size: 5.8vw;
    font-weight: bold;
}*/

.abcars_buy .summary_container .step_list > li {
  display: block;
  width: 100%;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .abcars_buy .summary_container .step_list > li + li {
    margin-top: 6%; }

.abcars_buy .summary_container .step_list .head {
  position: relative;
  background: #e50020;
  line-height: 2em;
  font-size: 11px;
  vertical-align: middle;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .abcars_buy .summary_container .step_list .head::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0; }
  .abcars_buy .summary_container .step_list .head > strong {
    display: block;
    float: right;
    background: #fff;
    border-left: 2px solid #000;
    width: 70%;
    padding: 0 0 0 1em;
    text-align: left;
    color: #e50020;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.abcars_buy .summary_container .step_list .caption {
  border-top: 2px solid #000;
  padding: 0.5em 0 0.5em 1em;
  line-height: 1.7em;
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle; }

.abcars_loan .bg_inner > .title {
  width: 90%;
  margin: 0 auto;
  padding: 12% 0 0; }

.abcars_loan .bg_inner .summary_container .plate_title {
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  top: 0;
  font-size: 20px;
  margin-top: -40px;
  z-index: 2; }

.abcars_loan .bg_inner .summary_container .poster {
  margin: 15% auto 0;
  padding: 6% 0 0; }

.abcars_loan .bg_inner .summary_container .poster_frame {
  width: 96%; }
  .abcars_loan .bg_inner .summary_container .poster_frame .inner {
    padding: 4.5% 4.43% 10px; }

.abcars_loan .bg_inner .summary_container .caption > h3 {
  margin: 0 auto 3%;
  font-size: 17px;
  font-weight: bold;
  color: #e50020; }

.abcars_loan .bg_inner .summary_container .caption > p {
  line-height: 1.6em;
  font-size: 12px;
  font-weight: bold;
  text-align: center; }

.abcars_loan .bg_inner .summary_container .accordion {
  padding: 5% 0 5px; }
  .abcars_loan .bg_inner .summary_container .accordion .content {
    display: none; }
  .abcars_loan .bg_inner .summary_container .accordion .head {
    border-bottom: 2px solid #000;
    margin: 0 auto 13%;
    padding: 0 0 3%; }
    .abcars_loan .bg_inner .summary_container .accordion .head > figure {
      width: 57.322%;
      margin: 6% auto -3%; }
    .abcars_loan .bg_inner .summary_container .accordion .head > p {
      margin: 6% auto 0;
      line-height: 1.6em;
      font-size: 12px;
      font-weight: bold;
      text-align: justify; }
      .abcars_loan .bg_inner .summary_container .accordion .head > p > br {
        display: none; }

.abcars_loan .bg_inner .summary_container .rect_button {
  width: 90%;
  letter-spacing: -0.05em;
  font-size: 13px; }
  .abcars_loan .bg_inner .summary_container .rect_button > div > span {
    margin: 0 -0.4em 0 -0.7em; }

.abcars_loan .bg_inner .summary_container .poster1 .caption > h3 {
  width: 74.643%; }

.abcars_loan .bg_inner .summary_container .poster1 .content {
  position: relative; }

.abcars_loan .bg_inner .summary_container .poster1 .subject {
  text-align: center; }
  .abcars_loan .bg_inner .summary_container .poster1 .subject > p {
    display: inline-block;
    font-size: 14px;
    font-weight: bold; }
  .abcars_loan .bg_inner .summary_container .poster1 .subject > figure {
    width: 86.786%;
    margin: 5% auto 13%; }
    .abcars_loan .bg_inner .summary_container .poster1 .subject > figure > figcaption {
      margin: 3px auto 0;
      font-size: 12px;
      font-weight: bold; }

.abcars_loan .bg_inner .summary_container .poster1 .table {
  border-left: 2px solid #e50020;
  border-right: 2px solid #e50020;
  border-bottom: 2px solid #e50020; }
  .abcars_loan .bg_inner .summary_container .poster1 .table > h4 {
    background: #e50020;
    padding: 0.5em 0;
    line-height: 1;
    font-size: 15px;
    color: #fff; }
    .abcars_loan .bg_inner .summary_container .poster1 .table > h4 > small {
      padding-top: 4px;
      display: block;
      font-size: 11px; }
  .abcars_loan .bg_inner .summary_container .poster1 .table .row {
    width: 94.203%;
    margin: 10% auto 0;
    text-align: center; }
    .abcars_loan .bg_inner .summary_container .poster1 .table .row > h5 {
      display: inline-block;
      background: #e50020;
      margin: 0 auto 1em;
      padding: 0.2em 0.8em;
      font-size: 12px;
      color: #fff; }
    .abcars_loan .bg_inner .summary_container .poster1 .table .row > p {
      background: url(../img/common/loan_table_arrow.png) center top no-repeat;
      background-size: 1.2em auto;
      margin-top: 0.8em;
      padding: 2.2em 0 4%;
      line-height: 1;
      font-size: 12px;
      font-weight: bold;
      text-align: center; }
      .abcars_loan .bg_inner .summary_container .poster1 .table .row > p > small {
        display: block;
        margin: 5px -0.7em 0;
        font-size: 10px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        white-space: nowrap; }
      .abcars_loan .bg_inner .summary_container .poster1 .table .row > p br {
        display: none; }
    .abcars_loan .bg_inner .summary_container .poster1 .table .row .item {
      display: inline-block;
      background: #e50020;
      width: 30%;
      font-size: 11px;
      font-weight: bold;
      color: #fff; }
      .abcars_loan .bg_inner .summary_container .poster1 .table .row .item + .item {
        margin-left: 2%; }
    .abcars_loan .bg_inner .summary_container .poster1 .table .row + .row {
      background: url(../img/common/summary_line01.png) center top no-repeat;
      background-size: 100% 2px;
      padding: 10% 0 5%; }

.abcars_loan .bg_inner .summary_container .poster1 .caution {
  position: absolute;
  right: -0.5em;
  bottom: -13px;
  line-height: 1;
  font-size: 10px;
  font-weight: bold;
  text-align: right; }

.abcars_loan .bg_inner .summary_container .poster2 .caption > h3 {
  width: 82.143%; }

.abcars_loan .bg_inner .summary_container .poster2 .list > h4 {
  width: 79.465%;
  margin: 0 auto -2%; }

.abcars_loan .bg_inner .summary_container .poster2 .list .item {
  padding: 5% 0 6%; }
  .abcars_loan .bg_inner .summary_container .poster2 .list .item > h5 {
    position: relative;
    background: #999;
    margin: 0 auto 5%;
    line-height: 2em;
    font-size: 12px;
    color: #fff; }
    .abcars_loan .bg_inner .summary_container .poster2 .list .item > h5::before, .abcars_loan .bg_inner .summary_container .poster2 .list .item > h5::after {
      content: "";
      position: absolute;
      border-top: 1em solid transparent;
      border-bottom: 1em solid transparent;
      width: 0;
      height: 0;
      top: 0;
      bottom: 0; }
    .abcars_loan .bg_inner .summary_container .poster2 .list .item > h5::before {
      border-left: 0.4em solid #fff;
      left: 0; }
    .abcars_loan .bg_inner .summary_container .poster2 .list .item > h5::after {
      border-right: 0.4em solid #fff;
      right: 0; }
  .abcars_loan .bg_inner .summary_container .poster2 .list .item .cap {
    line-height: 1.6em;
    font-size: 12px;
    font-weight: bold; }
  .abcars_loan .bg_inner .summary_container .poster2 .list .item .text {
    position: relative;
    background: url(../img/loan_table_line01.png) center top no-repeat;
    background-size: 100% auto;
    margin: 1.1em auto 0;
    padding: 1em 0 0;
    line-height: 1.6em;
    font-size: 12px;
    font-weight: bold;
    text-align: justify; }
    .abcars_loan .bg_inner .summary_container .poster2 .list .item .text::before {
      content: "\30E1\30EA\30C3\30C8";
      position: absolute;
      background: #fff;
      padding: 0 4px;
      line-height: 1;
      font-size: 12px;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, -5px);
      transform: translate(-50%, -5px);
      color: #e50020; }
    .abcars_loan .bg_inner .summary_container .poster2 .list .item .text > span {
      margin: 0 -0.5em; }

.abcars_loan .bg_inner .summary_container .poster2 .img {
  width: 100.536%;
  margin: -5% -0.268% 0; }

.abcars_loan .bg_inner .summary_container .poster3 .caption > h3 {
  width: 81.072%; }

.abcars_loan .bg_inner .summary_container .poster3 .subject {
  padding: 0 0 10%; }
  .abcars_loan .bg_inner .summary_container .poster3 .subject > figure {
    margin: 0 auto; }
  .abcars_loan .bg_inner .summary_container .poster3 .subject > p {
    display: inline-block;
    position: relative;
    margin-top: 0.2em;
    padding: 3.4em 0 0; }
    .abcars_loan .bg_inner .summary_container .poster3 .subject > p > em {
      position: absolute;
      background: #000;
      width: 4.6em;
      height: 1.4em;
      left: 0;
      right: 0;
      top: 0;
      margin: 0 auto;
      padding: 0.2em 0 0;
      font-size: 12px;
      font-weight: bold;
      font-style: normal;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .abcars_loan .bg_inner .summary_container .poster3 .subject > p > em::before {
        content: "";
        position: absolute;
        border-left: 3.5em solid transparent;
        border-right: 3.5em solid transparent;
        border-top: 2em solid #000;
        width: 0;
        height: 0;
        left: 50%;
        bottom: -2em;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      .abcars_loan .bg_inner .summary_container .poster3 .subject > p > em::after {
        content: "\305D\3053\3067";
        position: absolute;
        left: 10px;
        top: 0.6em;
        color: #fff; }
    .abcars_loan .bg_inner .summary_container .poster3 .subject > p > strong {
      display: block;
      border-bottom: 3px solid #e50020;
      font-size: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .abcars_loan .bg_inner .summary_container .poster3 .subject > p > strong span {
        margin: 0 -0.5em; }
    .abcars_loan .bg_inner .summary_container .poster3 .subject > p > span {
      display: inline-block;
      border-bottom: 3px solid #e50020;
      padding: 10px 0 0;
      font-size: 15px; }

.abcars_loan .bg_inner .summary_container .poster3 .summary > p {
  margin: -5% auto 0;
  padding: 0 0 5%;
  line-height: 1.6em;
  font-size: 12px;
  font-weight: bold;
  text-align: justify; }
  .abcars_loan .bg_inner .summary_container .poster3 .summary > p br {
    display: none; }

.abcars_loan .bg_inner .summary_container .poster3 .img > figure {
  margin: 0 auto; }

.abcars_loan .bg_inner .summary_container .poster4 .caption > h3 {
  width: 88.929%; }

.abcars_loan .bg_inner .summary_container .poster4 .rect_button.blank > div::before {
  left: 15.6em; }

.abcars_ansinh .bg_inner > .head .sub {
  padding: 4% 0;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #e50020; }

.abcars_ansinh .bg_inner > .head > figure {
  width: 79.688%;
  margin: 0 auto; }

.abcars_ansinh .bg_inner > .head .table {
  width: 87.5%;
  margin: 6% auto 0;
  text-align: center; }
  .abcars_ansinh .bg_inner > .head .table .left {
    font-size: 0;
    color: transparent; }
  .abcars_ansinh .bg_inner > .head .table .right {
    font-size: 0;
    color: transparent; }

.abcars_ansinh .bg_inner > .head .caution {
  width: 87.5%;
  margin: 5px auto 0;
  line-height: 1;
  font-size: 10px;
  font-weight: bold;
  text-align: right; }

.abcars_ansinh .bg_inner .summary_container {
  padding: 0 0 5%; }
  .abcars_ansinh .bg_inner .summary_container table {
    border-collapse: collapse;
    width: 100%; }
    .abcars_ansinh .bg_inner .summary_container table th, .abcars_ansinh .bg_inner .summary_container table td {
      line-height: 1;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: middle; }
  .abcars_ansinh .bg_inner .summary_container > .head {
    margin: 11% auto 0; }
    .abcars_ansinh .bg_inner .summary_container > .head > h3 {
      margin: 0 auto 7px;
      line-height: 1;
      font-size: 25px;
      color: #e50020; }
      .abcars_ansinh .bg_inner .summary_container > .head > h3 > small {
        display: block;
        margin: 5px auto 0;
        font-size: 0.52em; }
    .abcars_ansinh .bg_inner .summary_container > .head > p {
      margin: 0 auto 2px;
      font-size: 10px;
      font-weight: bold;
      text-align: center; }
  .abcars_ansinh .bg_inner .summary_container .table {
    width: 90.625%;
    margin: 0 auto; }
    .abcars_ansinh .bg_inner .summary_container .table > .head {
      margin: 6% auto 0; }
      .abcars_ansinh .bg_inner .summary_container .table > .head table {
        background: #fff; }
        .abcars_ansinh .bg_inner .summary_container .table > .head table th {
          border-top: 2px solid #000;
          border-bottom: 2px solid #000;
          font-size: 12px;
          font-weight: bold; }
          .abcars_ansinh .bg_inner .summary_container .table > .head table th.left {
            padding: 5px 0 5px 1.5em;
            text-align: left; }
          .abcars_ansinh .bg_inner .summary_container .table > .head table th.nofee {
            background: #999;
            width: 4.5em;
            padding: 5px 0;
            color: #fff; }
          .abcars_ansinh .bg_inner .summary_container .table > .head table th.fee {
            background: #e50020;
            width: 4.5em;
            padding: 5px 0;
            color: #fff; }
          .abcars_ansinh .bg_inner .summary_container .table > .head table th.line2 {
            border-top: none;
            padding: 13px 0;
            font-size: 19px; }
            .abcars_ansinh .bg_inner .summary_container .table > .head table th.line2 > strong {
              color: #e50020; }
        .abcars_ansinh .bg_inner .summary_container .table > .head table td {
          border-top: 2px solid #000;
          border-bottom: 2px solid #000;
          padding: 10px 0.8em;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .abcars_ansinh .bg_inner .summary_container .table > .head table td p {
            line-height: 1.3em;
            font-size: 10px;
            font-weight: bold; }
            .abcars_ansinh .bg_inner .summary_container .table > .head table td p.caution {
              color: #e50020; }
            .abcars_ansinh .bg_inner .summary_container .table > .head table td p + p {
              margin-top: 0.5em; }
    .abcars_ansinh .bg_inner .summary_container .table.table1 > .head, .abcars_ansinh .bg_inner .summary_container .table.table5 > .head {
      margin-top: 0; }
    .abcars_ansinh .bg_inner .summary_container .table > .inner {
      position: relative;
      background: #bae2f8; }
      .abcars_ansinh .bg_inner .summary_container .table > .inner > .content {
        width: 96.552%;
        margin: 0 auto;
        padding: 6% 0 0; }
        .abcars_ansinh .bg_inner .summary_container .table > .inner > .content table {
          table-layout: fixed; }
          .abcars_ansinh .bg_inner .summary_container .table > .inner > .content table thead tr.line2 th {
            border-top: 1px solid #bae2f8;
            width: 110px; }
          .abcars_ansinh .bg_inner .summary_container .table > .inner > .content table thead th {
            background: #737373;
            border-left: 1px solid #bae2f8;
            padding: 7px 0;
            font-size: 10px;
            font-weight: bold;
            color: #fff; }
            .abcars_ansinh .bg_inner .summary_container .table > .inner > .content table thead th.first {
              border-left: none; }
            .abcars_ansinh .bg_inner .summary_container .table > .inner > .content table thead th.nobg {
              background: transparent;
              padding: 0 0 2px;
              font-size: 12px;
              color: #000; }
          .abcars_ansinh .bg_inner .summary_container .table > .inner > .content table tbody th, .abcars_ansinh .bg_inner .summary_container .table > .inner > .content table tbody td {
            background: #fff;
            border-top: 1px solid #bae2f8;
            padding: 6px 0;
            font-size: 10px;
            font-weight: bold; }
          .abcars_ansinh .bg_inner .summary_container .table > .inner > .content table tbody th > br {
            display: none; }
          .abcars_ansinh .bg_inner .summary_container .table > .inner > .content table tbody td {
            border-left: 1px solid #bae2f8; }
            .abcars_ansinh .bg_inner .summary_container .table > .inner > .content table tbody td.first {
              border-left: none; }
      .abcars_ansinh .bg_inner .summary_container .table > .inner .caution {
        width: 96.552%;
        margin: 0 auto;
        line-height: 2em;
        font-size: 10px;
        font-weight: bold;
        text-align: right;
        color: #e50020; }

.abcars_info .bg_inner .summary_container {
  width: 90.625%;
  margin: 0 auto; }
  .abcars_info .bg_inner .summary_container .title {
    padding: 10% 0 2%;
    line-height: 1;
    font-size: 15px;
    font-weight: bold;
    text-align: left; }
  .abcars_info .bg_inner .summary_container .inner2 .title, .abcars_info .bg_inner .summary_container inner3 .title, .abcars_info .bg_inner .summary_container .inner4 .title {
    padding-top: 8%; }
  .abcars_info .bg_inner .summary_container .accordion .head {
    display: block;
    background: #e50020;
    border-radius: 6px;
    margin: 0 auto 2%;
    padding: 0 0.8em;
    line-height: 1.2em;
    cursor: pointer; }
    .abcars_info .bg_inner .summary_container .accordion .head > h3 {
      position: relative;
      background: url(../img/info_ico1.svg) left center no-repeat;
      background-size: 1.8em auto;
      padding: 1em 1.8em 1em 2.6em;
      font-size: 12px;
      font-weight: bold;
      text-align: left;
      color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .abcars_info .bg_inner .summary_container .accordion .head > h3::after {
        content: "";
        position: absolute;
        border-right: 2px solid;
        border-bottom: 2px solid;
        width: 0.6em;
        height: 0.6em;
        right: 6px;
        top: 42%;
        -webkit-transform: rotateZ(45deg) translate(0, -50%);
        transform: rotateZ(45deg) translate(0, -50%); }
    .abcars_info .bg_inner .summary_container .accordion .head.thick > h3 {
      padding: 0.5em 1.8em 0.5em 2.5em; }
    .abcars_info .bg_inner .summary_container .accordion .head[data-accordion="close"] h3::after {
      right: 0;
      top: 34%;
      -webkit-transform: rotateZ(-135deg) translate(0, -50%);
      transform: rotateZ(-135deg) translate(0, -50%); }
    .abcars_info .bg_inner .summary_container .accordion .head:hover {
      text-decoration: none; }
    .abcars_info .bg_inner .summary_container .accordion .head.hover {
      background: #fff; }
      .abcars_info .bg_inner .summary_container .accordion .head.hover > h3 {
        background: url(../img/info_ico1_2.svg) left center no-repeat;
        background-size: 1.8em auto;
        color: #e50020; }
  .abcars_info .bg_inner .summary_container .accordion .content {
    display: none;
    padding: 0 0 5%;
    font-size: 0;
    text-align: left; }
    .abcars_info .bg_inner .summary_container .accordion .content::before {
      content: "";
      display: inline-block;
      background: url(../img/info_ico2.svg) 0.8em center no-repeat;
      background-size: 1.8em auto;
      width: 3.4em;
      height: 1.8em;
      font-size: 12px;
      vertical-align: middle; }
    .abcars_info .bg_inner .summary_container .accordion .content > p {
      display: inline-block;
      width: 85%;
      width: calc(100% - 4.4em);
      line-height: 1.8em;
      font-size: 12px;
      text-align: justify;
      vertical-align: middle; }
      .abcars_info .bg_inner .summary_container .accordion .content > p > a {
        color: #e50020; }
        .abcars_info .bg_inner .summary_container .accordion .content > p > a.hover {
          color: #ff4d00; }


/*20201019
----------------------------------------------------------------------*/

.poster4 .head .icon,
.poster1 .head .icon{
  	text-align: center;
	margin-top: 20px;
}
.poster4 .head .icon img,
.poster1 .head .icon img{
	max-width: 47%;
	height: auto;
	margin: 0.5%;
}

.poster4 .tokuchoubody,
.poster1 .tokuchoubody{
	margin-top: 20px;
	background: #e50020;
	padding: 20px;
	border: 4px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.poster4 .tokuchoubody .title,
.poster1 .tokuchoubody .title{
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.poster4 .tokuchoubody .inbody,
.poster1 .tokuchoubody .inbody{
	background: #FFF;
	padding: 15px;
}
.poster4 .tokuchoubody .inbody dl.tokuchou dt,
.poster1 .tokuchoubody .inbody dl.tokuchou dt{
	color: #e50020;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.poster4 .tokuchoubody .inbody dl.tokuchou dt span,
.poster1 .tokuchoubody .inbody dl.tokuchou dt span{
	background: #e50020;
	color: #FFF;
	font-size: 14px;
	padding: 8px 20px;
	display: inline-block;
	margin-right: 1em;
}
.poster4 .tokuchoubody .inbody dl.tokuchou dd,
.poster1 .tokuchoubody .inbody dl.tokuchou dd{
	margin-bottom: 20px;
}
.poster4 .tokuchoubody .inbody dl.tokuchou dd:last-child,
.poster1 .tokuchoubody .inbody dl.tokuchou dd:last-child{
	margin: 0;
}

.poster4 .tokuchoubody .inbody dl.tokuchou dd ol,
.poster1 .tokuchoubody .inbody dl.tokuchou dd ol{
	margin-left: 2.5em;
	font-size: 15px;
	list-style: decimal;
}
.poster4 .tokuchoubody .inbody dl.tokuchou dd ol li,
.poster1 .tokuchoubody .inbody dl.tokuchou dd ol li{
	list-style: decimal;
}
.poster1 .tokuchoubody .inbody .sueoki_bn{
	margin-top: 0;
	text-align: right;
	padding: 15px 0;
}
.poster1 .tokuchoubody .inbody .sueoki_bn img{
	width: 190px;
	height: auto;
}
.poster1 .tokuchoubody .inbody dl.faq{
	border: 1px solid #e50020;
	padding: 20px;
	margin: 20px 0;
}
.poster1 .tokuchoubody .inbody dl.faq dt{
	color: #e50020;
	margin: 0 0 5px 0;
}
.poster1 .tokuchoubody .inbody dl.faq dd{
	padding-left: 1.5em;
	margin-bottom: 20px;
}
.poster1 .tokuchoubody .inbody dl.faq dd:before{
	margin-left: -1.5em;
}
.poster1 .tokuchoubody .inbody dl.faq dd:nth-of-type(1):before{
	content: "A1.";
}
.poster1 .tokuchoubody .inbody dl.faq dd:nth-of-type(2):before{
	content: "A2.";
}
.poster1 .tokuchoubody .inbody dl.faq dd:nth-of-type(3):before{
	content: "A3.";
}
.poster1 .tokuchoubody .inbody dl.faq dd:nth-of-type(4):before{
	content: "A4.";
}
.poster1 .tokuchoubody .inbody dl.faq dd:nth-of-type(5):before{
	content: "A5.";
}

.poster1 .tokuchoubody .subtitle{
	background: #f1f1f1;
	padding: 10px 30px;
	font-weight: bold;
	font-size: 17px;
	margin: 15px 0;
}
.poster1 .tokuchoubody .subtitle.i-block{
	display: inline-block;
}


table.redth{
	width: 100%;
	margin: 15px auto;
	border-collapse:collapse;
	border: 1px solid #FFF;
}

table.redth th{
	padding: 3px;
	border: 1px solid #fff;
	background: #e50020;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

table.redth td{
	padding: 3px;
	border: 1px solid #fff;
	text-align: center;
}
table.redth tbody tr:nth-child(odd){
	background: #ffebeb;
}
table.redth tbody tr:nth-child(even){
	background: #fbd5d5;
}

span.txt_s{
	font-size: 12px;
	font-weight: normal;
}

.lay_table_block{
	display: table;
	margin: 25px auto;
}
.lay_table_block .cell{
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
}
.lay_table_block .cell img{
	width: 360px;
	height: auto;
}

.textCenter{
	text-align: center !important;
}