@charset "UTF-8";
@media only screen and (min-width: 1025px) {
  .sp-h {
    display: none !important; }

  .tb {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  .pc-h {
    display: none !important; } }
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .tb {
    display: none !important; } }
body > img {
  display: none; }

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
  font-family: 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
  color: #333;
  overflow-x: hidden; }

img {
  border: none;
  vertical-align: top;
  max-width: 100%; }

* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, p, ul, li, form {
  margin: 0;
  padding: 0;
  font-size: 16px; }

li, ul {
  list-style: none; }

p {
  margin: 0; }

a {
  color: #333;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

.btn {
  text-decoration: none; }

.tab a {
  text-decoration: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.01em; }

.clearfix {
  min-height: 1px; }

sup {
  font-size: 10px; }

/* 汎用クラス */
.mT40 {
  margin-top: 40px; }

.mB40 {
  margin-bottom: 40px; }

.txC {
  text-align: center; }

.txL {
  text-align: left!important; }

.txR {
  text-align: right!important; }

.bnr a:hover img {
  opacity: 0.8; }

/* Scss Document */
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

h1, h2, h3, h4, h5, h6, figure, dl, dt, dd {
  margin: 0;
  padding: 0; }

.link-arrow {
  text-decoration: underline; }
  .link-arrow:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.5em;
    height: 0.5em;
    border-right: 3px solid #4066b3;
    border-bottom: 3px solid #4066b3; }
    @media only screen and (max-width: 767px) {
      .link-arrow:before {
        border-right: 2px solid #4066b3;
        border-bottom: 2px solid #4066b3; } }

.car-btn {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 2px solid #dadada;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  letter-spacing: 0.1em;
  font-size: 18px;
  padding: 1.3em 5em;
  -moz-box-shadow: 0 -5px 0 0 #f4f4f4 inset;
  -webkit-box-shadow: 0 -5px 0 0 #f4f4f4 inset;
  box-shadow: 0 -5px 0 0 #f4f4f4 inset; }
  @media only screen and (min-width: 768px) {
    .car-btn span {
      display: inline-block;
      margin-left: 1em; } }
  @media only screen and (max-width: 767px) {
    .car-btn {
      font-size: 12px;
      padding: 1.3em;
      display: block;
      text-align: center; }
      .car-btn span {
        display: block; } }
  .car-btn:hover {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0; }
  .car-btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
    content: "";
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    @media only screen and (min-width: 768px) {
      .car-btn:after {
        width: 10px;
        height: 10px;
        border-right: 4px solid #4066b3;
        border-bottom: 4px solid #4066b3; } }
    @media only screen and (max-width: 767px) {
      .car-btn:after {
        width: 8px;
        height: 8px;
        border-right: 3px solid #4066b3;
        border-bottom: 3px solid #4066b3; } }
  .car-btn + .sec-frame {
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      .car-btn + .sec-frame {
        margin-top: 30px; } }
  .car-btn + .sec-note, .car-btn + .sec-txt {
    margin-top: 3em; }

* + .car-btn {
  margin-top: 1em; }

.asterisk {
  display: inline-block;
  vertical-align: top;
  font-size: 10px; }

.tit-h2, .tit-h3 {
  padding-left: 2% !important;
  padding-right: 2% !important;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4; }
  @media only screen and (max-width: 767px) {
    .tit-h2, .tit-h3 {
      font-weight: normal; } }
  @media only screen and (min-width: 768px) {
    .tit-h2 > span, .tit-h3 > span {
      display: inline-block;
      text-align: left; } }
  @media only screen and (max-width: 767px) {
    .tit-h2 > span, .tit-h3 > span {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .tit-h2 > span > b, .tit-h3 > span > b {
      display: none; } }

.tit-h2 {
  font-size: 2.25rem;
  padding-top: .44em;
  padding-bottom: .27em;
  background: #003399;
  color: #f2f0ee; }
  @media only screen and (max-width: 1024px) {
    .tit-h2 {
      font-size: 1.875rem; } }
  @media only screen and (max-width: 767px) {
    .tit-h2 {
      font-size: 1.25rem; } }
  .tit-h2 + div, .tit-h2 + ul, .tit-h2 + p {
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      .tit-h2 + div, .tit-h2 + ul, .tit-h2 + p {
        margin-top: 25px; } }
  .tit-h2 + .tit-h3 {
    margin-top: 0 !important; }

.tit-h3 {
  background: #ccecf9;
  color: #003399;
  position: relative;
  font-weight: bold;
  font-size: 0;
  margin-top: 100px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .tit-h3 {
      margin-top: 40px;
      margin-bottom: 20px; } }
  .tit-h3 .subtit-inner {
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 1.25rem; }
    @media only screen and (min-width: 768px) {
      .tit-h3 .subtit-inner {
        padding-top: .9em;
        padding-bottom: .9em;
        font-size: 1.75rem;
        display: inline-block; } }
  .tit-h3 .stext {
    display: block;
    text-align: right;
    margin-top: .5em;
    line-height: 1; }
    @media only screen and (min-width: 768px) {
      .tit-h3 .stext {
        padding-right: 1em;
        font-size: 0.875rem; } }
    @media only screen and (max-width: 767px) {
      .tit-h3 .stext {
        font-weight: normal;
        font-size: 0.6875rem; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .tit-h3 .stext {
        color: #999;
        font-weight: normal; } }

@media only screen and (max-width: 767px) {
  .tit-h3 .stext_2em {
    display: block;
    text-align: right; } }
.tit-h3 .stext_2em {
  font-size: 10px;
  line-height: 1;
  text-align: right; }

@media only screen and (max-width: 767px) {
  .tit-h3 .stext_2em {
    display: block;
    text-align: right; } }
.tit-h3 .stext_2em {
  font-size: 10px;
  line-height: 1; }

@media only screen and (max-width: 767px) {
  .tit-h3 .stext_2em {
    display: block;
    text-align: right; } }
.tit-h3 .stext_2em {
  font-size: 10px;
  line-height: 1; }

@media only screen and (min-width: 768px) {
  .tit-h3 .stext_2em {
    display: inline-block;
    vertical-align: bottom;
    margin-left: .5em;
    text-align: left; } }
#reason01 .subtit-inner {
  width: 100%; }

.morelink {
  margin-top: 1em;
  font-size: 0.75rem; }
  @media only screen and (min-width: 768px) {
    .morelink {
      font-size: 0.75rem;
      text-align: right; } }
  .morelink a {
    color: #666; }

.contents01 {
  background: #faf9f6;
  padding-bottom: 30px; }

#part {
  box-sizing: content-box;
  padding-left: 3.6%;
  padding-right: 3.6%; }
  @media only screen and (min-width: 768px) {
    #part {
      max-width: 950px !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 2%;
      padding-right: 2%; } }
  #part .txC {
    font-size: 0; }
    @media only screen and (min-width: 768px) {
      #part .txC {
        border: 1px solid #e4e4e4; } }
    @media only screen and (max-width: 767px) {
      #part .txC {
        margin: 20px 0 26px;
        margin-left: -5%;
        width: 110%;
        padding: 20px 15px;
        background: #fff;
        position: relative; }
        #part .txC img {
          border: 1px solid #e4e4e4; }
        #part .txC a {
          display: block; }
          #part .txC a + a {
            margin-top: 10px; } }
  #part .part-btn {
    font-size: 0; }
    @media only screen and (min-width: 768px) {
      #part .part-btn .part-box {
        background: #fff;
        overflow: hidden; } }
    @media only screen and (min-width: 1025px) {
      #part .part-btn .part-box {
        padding: 20px; }
        #part .part-btn .part-box:first-child {
          width: 63%;
          float: left; }
        #part .part-btn .part-box:last-child {
          width: 35%;
          float: right; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      #part .part-btn .part-box {
        padding: 2%; }
        #part .part-btn .part-box + .part-box {
          margin-top: 20px; } }
  #part h2 {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    position: relative;
    margin-bottom: .5em; }
    @media only screen and (max-width: 767px) {
      #part h2 {
        font-size: 1rem; } }
    #part h2 span {
      display: inline-block;
      padding: 0 1em;
      position: relative;
      z-index: 5;
      background: #fff; }
      @media only screen and (max-width: 767px) {
        #part h2 span {
          background: #faf9f6; } }
    #part h2:before {
      content: '';
      height: 2px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -1px;
      width: 100%;
      z-index: 1; }
  @media only screen and (max-width: 767px) {
    #part .part02 h2 {
      margin-bottom: 15px !important; } }
  #part .part02 h2:before {
    background: #e4e4e4; }
  #part .part02 .part-label {
    color: #666;
    font-weight: bold;
    text-align: center;
    font-size: 0.875rem;
    margin-bottom: .7em; }
    @media only screen and (max-width: 767px) {
      #part .part02 .part-label {
        text-align: center;
        font-size: 1rem;
        margin-bottom: 6px; } }
    #part .part02 .part-label p {
      font-size: 0.75rem; }
      @media only screen and (max-width: 767px) {
        #part .part02 .part-label p {
          margin-top: 3px;
          font-size: 0.8125rem; } }
  #part .part02 .btn {
    text-align: center;
    display: block;
    width: 100%;
    padding: 1.2em 0;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1;
    border-radius: 5px;
    margin-bottom: 1.5em; }
    @media only screen and (min-width: 768px) {
      #part .part02 .btn.btn-strong {
        padding: 1.8em; } }
  #part .part02-btn01 .btn-wrapper {
    width: 100%; }
  #part .part02-btn01 .btn {
    box-shadow: 0 0 8px #ccc;
    color: #fff; }
    #part .part02-btn01 .btn img {
      display: inline-block;
      vertical-align: middle; }
      #part .part02-btn01 .btn img + span {
        display: inline-block;
        vertical-align: middle;
        margin-left: .5em; }
    @media only screen and (max-width: 767px) {
      #part .part02-btn01 .btn {
        box-shadow: 0 0 8px #ccc;
        margin-bottom: 1.8em; } }
    #part .part02-btn01 .btn:hover {
      opacity: 0.8; }
    #part .part02-btn01 .btn-right {
      position: relative;
      background: #4c79c1;
      background: linear-gradient(#4c79c1, #4168b4); }
      #part .part02-btn01 .btn-right:after {
        position: absolute;
        top: 50%;
        right: 8px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        width: 35px;
        height: 35px;
        background: url(/-/Media/jpz/zrh/common_re/img_re/linkarrow_001.png) no-repeat; }
    #part .part02-btn01 .btn-left {
      position: relative;
      background: #4c79c1;
      background: linear-gradient(#4c79c1, #4168b4); }
      #part .part02-btn01 .btn-left:after {
        position: absolute;
        top: 50%;
        right: 8px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        width: 35px;
        height: 35px;
        background: url(/-/Media/jpz/zrh/common_re/img_re/linkarrow_001.png) no-repeat; }
  #part .part02-btn02 .btn {
    position: relative;
    background: #fff;
    background: linear-gradient(#ffffff, #fbfbfb);
    box-shadow: 0 2px 5px #ccc;
    color: #333;
    border: 1px solid #dadada; }
    #part .part02-btn02 .btn:after {
      position: absolute;
      top: 50%;
      right: 8px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 35px;
      height: 35px;
      content: "";
      background: url(/-/Media/jpz/zrh/common_re/img_re/linkarrow_003.png) no-repeat; }
    #part .part02-btn02 .btn span {
      font-size: 12px;
      font-weight: normal; }
    #part .part02-btn02 .btn:hover {
      background-color: #f9f9f9; }
  @media only screen and (max-width: 767px) {
    #part .part02-btn02 .btn {
      background: #fff;
      background: linear-gradient(#ffffff, #fbfbfb);
      box-shadow: 0 1px 5px #ccc;
      color: #333;
      padding: 9px 0;
      border: 1px solid #dadada;
      font-weight: bold; }
      #part .part02-btn02 .btn span {
        font-size: 0.875rem;
        font-weight: normal; }
      #part .part02-btn02 .btn:hover {
        background-color: #f9f9f9; } }

  #part .part-contact {
    font-size: 16px;
  }
  #part .part-contact a {
    text-decoration: underline;
  }

  #part .part-contact.pc {
    position: relative;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  #part .part-contact.pc:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  #part .part-contact.pc a {
    padding: 15px 28px;
    display: block;
    color: #ffffff;
    background: #ea635c;
    font-size: 20px;
    line-height: 1.3;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
  }
  #part .part-contact.pc a::before {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 10px;
    height: 10px;
    content: '';
    transform: translateY(-50%) rotate(45deg);
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff;
  }

  #part .part-contact.pc .contact-label {
    font-weight: bold;
    background: #ea635c;
    padding: .3em .5em;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    text-align: center;
  }
  #part .part-contact.pc .contact-label span {
    display: inline-block;
    vertical-align: middle;
    padding-top: .2em;
  }
  #part .part-contact.pc .contact-label:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    background: url(/-/Media/jpz/zrh/img_re/index_partinqicon_001.png) no-repeat center;
    background-size: contain;
    width: 17px;
    height: 15px;
  }

  @media only screen and (max-width: 767px) {
    #part .part-contact.sp .contact-label a {
      width: 100%;
      display: block;
      font-weight: bold;
      background-color: #ea635c;
      padding: 1.2em 0;
      border-radius: 5px;
      color: #fff;
      letter-spacing: 0.1em;
      font-size: 0.95rem;
      text-decoration: none;
      text-align: center;
    }
    #part .part-contact.sp .contact-label a:hover {
      opacity: .7;
    }
    #part .part-contact.sp .contact-label a span {
      background: url(/-/Media/jpz/zrh/img_re/index_partinqicon_001.png) no-repeat center left;
      background-size: contain;
      padding: 0.5em 0 0.5em 2.5em;
    }
  }
  #part .part-contact .contact-info {
    background: #fff;
    border: 1px solid #ea635c;
    padding: .7em .5em .5em;
  }
  #part .part-contact .contact-info .contant-time {
    font-size: 0.75rem;
    font-weight: normal;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
  }
  #part .part-contact .contact-info .contact-tel {
    font-size: 1.125rem;
    color: #ea635c;
    line-height: 1;
  }
  @media only screen and (min-width: 768px) {
    #part .part-contact .contact-info .contact-tel {
      text-align: center;
    }
  }
  #part .part-contact .contact-info .contact-tel a {
    color: #ea635c;
  }
  @media only screen and (max-width: 767px) {
    #part .part-contact .contact-info .contact-tel {
      font-size: 1.0625rem;
      margin-bottom: .5em;
      text-align: center;
    }
  }
  #part .part-contact .contact-info .contant-link {
    margin-top: .5em;
  }
  #part .part-contact .contact-info .contant-link a {
    font-size: 0.75rem;
    display: block;
    position: relative;
    padding-left: 1.5em;
  }
  @media only screen and (max-width: 767px) {
    #part .part-contact .contact-info .contant-link a {
      display: inline-block;
    }
  }
  #part .part-contact .contact-info .contant-link a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(/-/Media/jpz/zrh/common_re/img_re/linkarrow_004.png) no-repeat center left;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
  }

  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #part .part02-left {
      width: 48%;
      float: left; }
    #part .part02-right {
      width: 48%;
      float: right; } }

@media only screen and (min-width: 768px) {
  #voice {
    padding-bottom: 40px; } }
@media only screen and (max-width: 767px) {
  #voice {
    padding-bottom: 20px; } }
#voice .voice-tab {
  border-bottom: 2px solid #4066b3; }
  @media only screen and (max-width: 767px) {
    #voice .voice-tab {
      margin-top: 25px; } }
  #voice .voice-tab ul {
    max-width: 950px;
    margin: 0 auto; }
  #voice .voice-tab li {
    position: relative;
    bottom: -2px;
    float: left;
    width: 50%;
    text-align: center;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      #voice .voice-tab li {
        padding: 0 30px;
        font-size: 21px;
        font-weight: bold; } }
    @media only screen and (max-width: 767px) {
      #voice .voice-tab li {
        font-size: 1rem; } }
    #voice .voice-tab li a {
      position: relative;
      display: block;
      margin: 0;
      border-radius: 5px 5px 0 0;
      background: #e7eCeB;
      color: #333;
      border-top: 2px solid #dadada;
      border-left: 2px solid #dadada;
      border-right: 2px solid #dadada;
      padding: 15px; }
      @media only screen and (max-width: 767px) {
        #voice .voice-tab li a {
          padding: 10px; } }
      #voice .voice-tab li a:after {
        content: '';
        height: 2px;
        position: absolute;
        left: -2px;
        right: -2px;
        bottom: 0;
        background: #4c79c1;
        box-sizing: content-box; }
    #voice .voice-tab li.active a {
      background: #fff;
      color: #333;
      border-top: 2px solid #4c79c1;
      border-left: 2px solid #4c79c1;
      border-right: 2px solid #4c79c1; }
      #voice .voice-tab li.active a:after {
        left: 0;
        right: 0;
        border-left: none;
        border-right: none;
        background: #fff; }
    #voice .voice-tab li a:hover {
      background: #fff; }
    #voice .voice-tab li.active a:hover {
      background: #fff;
      opacity: 0.8; }
  @media only screen and (max-width: 767px) {
    #voice .voice-tab .tabbtn01 {
      margin: 0 3px 0 0; }
    #voice .voice-tab .tabbtn02 {
      margin: 0 0 0 3px; } }
#voice .tab-panel {
  display: none; }
  #voice .tab-panel.active {
    display: block; }
#voice .tab-content {
  box-sizing: content-box;
  padding-left: 3.6%;
  padding-right: 3.6%; }
  @media only screen and (min-width: 768px) {
    #voice .tab-content {
      max-width: 950px !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 2%;
      padding-right: 2%; } }
@media only screen and (min-width: 768px) {
  #voice .more-list {
    display: none; } }
@media only screen and (max-width: 767px) {
  #voice .sp_more-list {
    display: none; } }
#voice .voice-list li {
  text-align: left;
  margin-top: 15px; }
  @media only screen and (max-width: 767px) {
    #voice .voice-list li {
      margin: 15px auto 0; } }
  @media only screen and (min-width: 768px) {
    #voice .voice-list li {
      width: 100%;
      display: table;
      margin: 45px auto 0 auto; }
      #voice .voice-list li > * {
        display: table-cell;
        vertical-align: middle; } }
#voice .voice-list.satisfy .icon, #voice .voice-list.unsatisfy .icon {
  width: 66px;
  padding-right: 25px; }
  @media only screen and (max-width: 767px) {
    #voice .voice-list.satisfy .icon, #voice .voice-list.unsatisfy .icon {
      width: 40px;
      box-sizing: content-box;
      display: table-cell;
      vertical-align: middle; } }
  #voice .voice-list.satisfy .icon img, #voice .voice-list.unsatisfy .icon img {
    width: 100%; }
@media only screen and (max-width: 767px) {
  #voice .voice-list .voice-head {
    display: table; } }
#voice .voice-list .voice-name {
  padding: 0 1.5em;
  font-size: 0.875rem; }
  @media only screen and (min-width: 768px) {
    #voice .voice-list .voice-name {
      width: 135px;
      border-right: 1px dotted #333;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    #voice .voice-list .voice-name {
      display: table-cell;
      vertical-align: middle;
      padding-left: 0; } }
@media only screen and (min-width: 768px) {
  #voice .voice-list .voice-voice {
    padding-left: 25px; } }
@media only screen and (max-width: 767px) {
  #voice .voice-list .voice-voice {
    margin-top: 10px; } }
#voice .voice-list .voice-voice .voice-title {
  margin-bottom: 10px;
  font-weight: bold;
  color: #4066b3;
  font-size: 0.875rem; }
  @media only screen and (max-width: 767px) {
    #voice .voice-list .voice-voice .voice-title {
      margin: 1em 0 .5em;
      line-height: 2; } }
#voice .voice-list .voice-voice .voice-text {
  font-size: 0.875rem; }
  @media only screen and (max-width: 767px) {
    #voice .voice-list .voice-voice .voice-text {
      margin: 3px 0 0 0;
      line-height: 2; } }
#voice .voice-list .voice-improve {
  min-height: 70px;
  margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    #voice .voice-list .voice-improve {
      padding-left: 96px;
      background: url(/-/Media/jpz/zrh/img_re/index_improveicon.png) no-repeat left bottom; } }
  #voice .voice-list .voice-improve .improve-inner {
    background: #f2fafd;
    border-radius: 5px;
    padding: 20px 25px; }
  #voice .voice-list .voice-improve .improve-label {
    color: #009ee0;
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      #voice .voice-list .voice-improve .improve-label {
        font-size: 0.9375rem;
        font-weight: bold;
        line-height: 2; } }
  #voice .voice-list .voice-improve .improve-text {
    font-size: 0.875rem;
    margin-top: 10px; }
    @media only screen and (max-width: 767px) {
      #voice .voice-list .voice-improve .improve-text {
        margin-top: 3px;
        line-height: 2; } }
#voice .note {
  font-size: 0.9375rem;
  margin-top: 1em; }
  @media only screen and (min-width: 768px) {
    #voice .note {
      width: 720px;
      margin: 20px auto 0 auto; } }
  @media only screen and (max-width: 767px) {
    #voice .note {
      font-size: 0.75rem; } }
  #voice .note a {
    color: #666; }
#voice .morelink {
  margin-top: 10px;
  font-size: 0.875rem; }
  @media only screen and (min-width: 768px) {
    #voice .morelink {
      text-align: right; } }
  @media only screen and (max-width: 767px) {
    #voice .morelink {
      font-size: 0.75rem; } }
  #voice .morelink a {
    color: #999; }
#voice .link-more {
  text-align: center;
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    #voice .link-more {
      text-align: right; } }
  #voice .link-more a {
    letter-spacing: .2em;
    text-decoration: none;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) {
      #voice .link-more a {
        padding-left: 16px;
        font-size: 1rem;
        background-position: center left; } }
    @media only screen and (max-width: 767px) {
      #voice .link-more a {
        padding-right: 16px;
        font-size: 0.8125rem;
        background-position: center right; } }
    #voice .link-more a:hover {
      text-decoration: underline; }
  #voice .link-more .c_open-btn {
    background-image: url(/-/Media/jpz/zrh/img_re/index_linkmore_002.png); }
  #voice .link-more .more-btn {
    background-image: url(/-/Media/jpz/zrh/img_re/index_linkmore.png);
    display: none; }
#voice .link-open {
  margin: 10px 15px 0 15px; }
  #voice .link-open a {
    padding: 0 15px 0 0;
    display: block;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    text-align: right;
    background: url(/-/Media/jpz/zrh/common_re/img_re/linkarrow_open.png) no-repeat right center;
    background-size: 15px auto; }
#voice .link-close {
  margin: 10px 15px 0 15px;
  display: none; }
  #voice .link-close a {
    padding: 0 15px 0 0;
    display: block;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: right;
    background: url(/-/Media/jpz/zrh/common_re/img_re/linkarrow_close.png) no-repeat right center;
    background-size: 15px auto; }
#voice #tab2 .link-more .more-btn {
  display: inline; }

#noteslist {
  box-sizing: content-box;
  padding-left: 3.6%;
  padding-right: 3.6%;
  margin-top: 100px;
  padding-top: 60px;
  color: #333;
  border-top: 1px dotted; }
  @media only screen and (min-width: 768px) {
    #noteslist {
      max-width: 950px !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 2%;
      padding-right: 2%; } }
  @media only screen and (max-width: 767px) {
    #noteslist {
      margin-top: 35px;
      padding-top: 30px;
      color: #999; } }
  #noteslist ul li {
    text-indent: -1.5rem;
    font-size: 0.9375rem;
    line-height: 2;
    margin-bottom: 1em;
    margin-left: 1.5rem; }
    @media only screen and (max-width: 767px) {
      #noteslist ul li {
        font-size: 0.75rem; } }
    #noteslist ul li a {
      text-decoration: underline; }
  #noteslist .note {
    margin-top: 2em;
    font-size: 0.9375rem; }
    @media only screen and (max-width: 767px) {
      #noteslist .note {
        font-size: 0.75rem; } }
    #noteslist .note > * {
      display: inline-block;
      vertical-align: middle; }
    #noteslist .note .icon {
      margin-right: .5em; }

.c_link-open {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .c_link-open {
      font-size: 0.9375rem;
      margin-top: 1em; } }
  .c_link-open .toggle-btn {
    display: inline-block;
    margin: 0 auto;
    padding: 0 30px;
    background: url("/-/Media/jpz/zrh/common_re/img_re/linkarrow_open.png") no-repeat right center;
    background-size: 15px auto; }
  .c_link-open.c_btn-active .toggle-btn {
    font-size: 0;
    width: 100%;
    background: url("/-/Media/jpz/zrh/common_re/img_re/linkarrow_close.png") no-repeat right center;
    background-size: 15px auto;
    height: 15px; }

.exam-box {
  box-sizing: content-box;
  padding-left: 3.6%;
  padding-right: 3.6%;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .exam-box {
      max-width: 950px !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 2%;
      padding-right: 2%; } }
  @media only screen and (min-width: 768px) {
    .exam-box + .exam-box {
      margin-top: 50px; } }
  @media only screen and (max-width: 767px) {
    .exam-box + .exam-box {
      margin-top: 1em; } }
  .exam-box li {
    position: relative; }
    @media only screen and (min-width: 768px) {
      .exam-box li {
        width: 48%;
        float: right; }
        .exam-box li:nth-child(odd) {
          clear: both;
          float: left; }
        .exam-box li.column1 {
          width: 100%;
          float: none; } }
    @media only screen and (max-width: 767px) {
      .exam-box li {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 1em;
        min-height: 4em; }
        .exam-box li:nth-child(n+2) {
          margin-top: 1em; } }
    @media only screen and (min-width: 768px) {
      .exam-box li:nth-child(n+3) {
        margin-top: 50px; } }
    @media only screen and (max-width: 767px) {
      .exam-box li:nth-child(n+3) {
        margin-top: 1em; } }
    .exam-box li h4 {
      padding-left: 70px;
      padding-top: 5px;
      letter-spacing: 0.1em;
      font-weight: normal;
      line-height: 2;
      font-size: 0.875rem; }
      .exam-box li h4 strong {
        font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .exam-box li h4 {
          padding-top: 0; } }
    .exam-box li .exam-text {
      padding-left: 70px;
      line-height: 2;
      font-size: 0.875rem; }
    .exam-box li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 65px;
      height: 54px;
      background-position: conter;
      background-size: contain;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 767px) {
        .exam-box li:before {
          top: 5px;
          width: 55px;
          height: 45px; } }
    .exam-box li.i-car_performanceicon_001:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_performanceicon_001.png); }
    .exam-box li.i-car_performanceicon_002:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_performanceicon_002.png); }
    .exam-box li.i-car_performanceicon_003:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_performanceicon_003.png); }
    .exam-box li.i-car_performanceicon_004:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_performanceicon_004.png); }
    .exam-box li.i-car_responseicon_001:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_responseicon_001.png); }
    .exam-box li.i-car_responseicon_002:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_responseicon_002.png); }
    .exam-box li.i-car_responseicon_003:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_responseicon_003.png); }
    .exam-box li.i-car_responseicon_004:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_responseicon_004.png); }
    .exam-box li.i-car_responseicon_005:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_responseicon_005.png); }
    .exam-box li.i-car_responseicon_006:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_responseicon_006.png); }
    .exam-box li.i-car_responseicon_007:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_responseicon_007.png); }
    .exam-box li.i-car_responseicon_008:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_responseicon_008.png); }
    .exam-box li.i-car_responseicon_009:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_responseicon_009.png); }
    .exam-box li.i-car_roadserviceicon_001:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_roadserviceicon_001.png); }
    .exam-box li.i-car_roadserviceicon_002:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_roadserviceicon_002.png); }
    .exam-box li.i-car_roadserviceicon_003:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_roadserviceicon_003.png); }
    .exam-box li.i-car_roadserviceicon_004:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_roadserviceicon_004.png); }
    .exam-box li.i-car_roadserviceicon_005:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_roadserviceicon_005.png); }
    .exam-box li.i-car_roadserviceicon_006:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_roadserviceicon_006.png); }
    .exam-box li.i-car_roadserviceicon_007:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_roadserviceicon_007.png); }
    .exam-box li.i-car_roadserviceicon_008:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_roadserviceicon_008.png); }
    .exam-box li.i-index_priceicon_001:before {
      background-image: url(/-/Media/jpz/zrh/img_re/index_priceicon_001.png); }
    .exam-box li.i-car_priceicon_001:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_priceicon_001.png); }
    .exam-box li.i-car_priceicon_002:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_priceicon_002.png); }
    .exam-box li.i-car_priceicon_003:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_priceicon_003.png); }
    .exam-box li.i-car_priceicon_004:before {
      background-image: url(/-/Media/jpz/zrh/car/img_re/car_priceicon_004.png); }
  .exam-box + .morelink {
    box-sizing: content-box;
    padding-left: 3.6%;
    padding-right: 3.6%; }
    @media only screen and (min-width: 768px) {
      .exam-box + .morelink {
        max-width: 950px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 2%;
        padding-right: 2%; } }

#mainvisual-container {
  overflow: hidden; }
  #mainvisual-container .mainvisual{
    border-bottom: solid 1px #e4e4e4;}
  #mainvisual-container .flexslider {
    position: relative; }
    @media only screen and (max-width: 768px){
      #mainvisual-container .mainvisual{
        border-bottom: none;}
    }
    @media only screen and (min-width: 1025px) {
      #mainvisual-container .flexslider {
        left: 50%;
        margin-left: -1425px;
        width: 2850px; } }
  #mainvisual-container .bx-wrapper {
    max-width: 100% !important; }
  #mainvisual-container .slides {
    overflow: hidden;
    height: 0; }
    @media only screen and (min-width: 1025px) {
      #mainvisual-container .slides > .item {
        opacity: .1; }
        #mainvisual-container .slides > .item.active + .item + .item + .item {
          opacity: 1;
          transition: .5s; }
          #mainvisual-container .slides > .item.active + .item + .item + .item .btn {
            display: block; } }
    #mainvisual-container .slides02 {
      position: relative;
      max-width: 1280px;
      margin: auto;
      overflow: hidden; }
    @media only screen and (max-width: 767px) {
      #mainvisual-container .slides img {
        width: 100%; } }
  #mainvisual-container .bx-controls-direction {
    width: 100%;
    max-width: 1100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 50;
    top: 50%; }
  #mainvisual-container .bx-controls-direction a {
    position: absolute;
    bottom: 0;
    text-decoration: none;
    display: block;
    width: 60px;
    height: 0;
    padding-top: 60px;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: conter; }
    @media only screen and (max-width: 767px) {
      #mainvisual-container .bx-controls-direction a {
        width: 30px;
        padding-top: 30px; } }
    #mainvisual-container .bx-controls-direction a:hover {
      opacity: 0.8; }
  #mainvisual-container .bx-controls-direction .bx-prev {
    left: 10px;
    background-image: url(/-/Media/jpz/zrh/img_re/slide_preview.png); }
  #mainvisual-container .bx-controls-direction .bx-next {
    right: 10px;
    background-image: url(/-/Media/jpz/zrh/img_re/slide_next.png);
    text-align: right; }
  #mainvisual-container .bx-pager {
    font-size: 0;
    text-align: center;
    padding: 25px 0 30px;
    background: #faf9f6; }
    @media only screen and (max-width: 767px) {
      #mainvisual-container .bx-pager {
        padding: 15px 0; } }
  #mainvisual-container .bx-pager .bx-pager-item {
    margin: 0 15px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  #mainvisual-container .bx-pager .bx-pager-item a {
    width: 11px;
    height: 11px;
    display: block;
    background: #fff;
    border: 1px solid #4066b3;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
    @media only screen and (max-width: 767px) {
      #mainvisual-container .bx-pager .bx-pager-item a {
        width: 5px;
        height: 5px; } }
  #mainvisual-container .bx-pager .bx-pager-item a:hover {
    background: #4066b3;
    border: 1px solid #4066b3; }
  #mainvisual-container .bx-pager .bx-pager-item a.active {
    background: #4066b3;
    border: 1px solid #4066b3; }
  @media only screen and (max-width: 767px) {
    #mainvisual-container .slide-btn, #mainvisual-container .slidelinktext {
      display: none; } }
  @media only screen and (min-width: 768px) {
    #mainvisual-container .slidelinktext a {
      font-size: 10px;
      color: #999; }
    #mainvisual-container .slidelinktext.text01 {
      position: absolute;
      bottom: 30%;
      left: 20%; }
    #mainvisual-container .slidelinktext.text02 {
      position: absolute;
      bottom: 25%;
      left: 35%; }
    #mainvisual-container .slidelinktext.text03 {
      position: absolute;
      bottom: 25%;
      left: 20%; }
    #mainvisual-container .slide-btn {
      position: absolute;
      left: 13.9%;
      bottom: 8%;
      width: 44%;
      height: 110px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
    #mainvisual-container .slide-btn {
      height: 80px; } }
  @media only screen and (min-width: 768px) {
      #mainvisual-container .slide-btn .slidebtn_inner {
        height: 100%; }
      #mainvisual-container .slide-btn .btn {
        position: relative;
        color: #fff;
        box-sizing: border-box;
        display: block;
        height: 100%;
        letter-spacing: 0.1em;
        text-align: center; }
        #mainvisual-container .slide-btn .btn:hover {
          opacity: 0.8; }
        #mainvisual-container .slide-btn .btn .btn-price {
          background: #fff;
          color: #333333;
          padding: 7px 65px 3px 65px;
          border: 1px solid #f8af00;
          border-radius: 20px;
          line-height: 1;
          font-size: 17px;
          font-weight: bold; }
          #mainvisual-container .slide-btn .btn .btn-price strong {
            font-size: 30px;
            color: #ea635c; } }
      @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
        #mainvisual-container .slide-btn .btn .btn-price {
          font-size: 0.875rem; }
          #mainvisual-container .slide-btn .btn .btn-price strong {
            font-size: 1rem; } }
  @media only screen and (min-width: 768px) {
        #mainvisual-container .slide-btn .btn .btn-estimation {
          line-height: 1;
          margin-top: 13px;
          font-size: 1.95rem;
          font-weight: bold; } }
      @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
        #mainvisual-container .slide-btn .btn .btn-estimation {
          margin-top: 15px;
          font-size: 1.25rem; } }
  @media only screen and (min-width: 768px) {
        #mainvisual-container .slide-btn .btn .btn-application {
          position: relative;
          margin-top: 7px;
          line-height: 1;
          font-size: 18px;
          font-weight: normal;
          vertical-align: middle; }
          #mainvisual-container .slide-btn .btn .btn-application:after {
            position: absolute;
            top: 50%;
            right: 8px;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 35px;
            height: 35px;
            background: url(/-/Media/jpz/zrh/common_re/img_re/linkarrow_001.png) no-repeat;
            content: ""; }}
      @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
        #mainvisual-container .slide-btn .btn .btn-application {
          font-size: 0.9375rem; } }
      @media only screen and (min-width: 768px) {
        #mainvisual-container .oriconranking{
          position: relative;
          width: 750px;
          margin:0 auto;
          padding: 10px 0;
          text-align: center;
        }
        #mainvisual-container .oriconranking a{
          position: absolute;
          font-size: 10px;
          top: 44%;
          right: 7%;
      }}
      @media only screen and (max-width: 767px) {
        #mainvisual-container .oriconranking{
          display: none;
        }
        .part-btn .oriconranking-sp{
          position: relative;
          width: 100%;
          margin-bottom: 50px;
          background: #fff;
        }
        .oriconranking-sp a{
          position: absolute;
          font-size: 9px;
          top: 46%;
          right: 7%;
          z-index: 1;}}
  #mainvisual-container .carousel-indicators {
    bottom: -40px; }
    #mainvisual-container .carousel-indicators li {
      box-sizing: border-box;
      border: 1px solid #4066b3;
      width: 10px;
      height: 10px;
      margin: 0 15px; }
    #mainvisual-container .carousel-indicators .active {
      width: 10px;
      height: 10px;
      background-color: #4066b3; }


.exam-box li .icon {
  position: absolute;

  left: 0;
  top: 0;
  display: block;
  width: 65px;
  height: 54px;
  background-position: conter;
  background-size: contain;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    .exam-box li .icon {
      top: 5px;
      width: 55px;
      height: 45px; } }
  .exam-box li .icon img {
    height: 100%; }

#header-container {
  position: fixed; }

.sec-vis {
  box-sizing: content-box;
  padding-left: 3.6%;
  padding-right: 3.6%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .sec-vis {
      max-width: 450px !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 2%;
      padding-right: 2%; } }
  @media only screen and (min-width: 768px) {
    .sec-vis {
      padding: 0 !important; } }
  @media only screen and (max-width: 767px) {
    .sec-vis {
      margin-top: 30px;
      margin-bottom: 30px; }
      .sec-vis img {
        width: 100%; } }

@media only screen and (max-width: 767px) {
  #contents-container .part01 .btn04 {
    margin-bottom: 15px; }
    #contents-container .part01 .btn04 a {
      position: relative;
      width: 100%;
      display: block;
      letter-spacing: 0.1em;
      font-weight: bold;
      text-align: center;
      background: #faf9f6;
      text-decoration: none; }
    #contents-container .part01 .btn04 .btn-price {
      font-size: 0.8125rem;
      background: #fff;
      color: #f67f00;
      padding: 3px 12px 2px 12px;
      border-radius: 20px; }
    #contents-container .part01 .btn04 .btn-price sup {
      font-size: 0.3125rem; }
    #contents-container .part01 .btn04 .btn-estimation {
      font-size: 1.0625rem;
      margin: 4px 0 0 0;
      color: #fff;
      display: block; } }
  #contents-container .part01 .annotation {
    margin-bottom: 15px;
  }

#contents-container .part01 h2:before {
  background: #4c79c1; }
#contents-container .part01 .btn-wrapper {
  text-align: center;
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 25px; }
  #contents-container .part01 .btn-wrapper > li {
    display: table-cell;
    box-sizing: padding-box; }
    #contents-container .part01 .btn-wrapper > li:nth-child(1) {
      padding-right: 2.25%; }
    #contents-container .part01 .btn-wrapper > li:nth-child(2) {
      padding: 0 1.225%; }
    #contents-container .part01 .btn-wrapper > li:nth-child(3) {
      padding-left: 2.25%; }
    #contents-container .part01 .btn-wrapper > li .btn {
      display: block;
      padding-top: 90%;
      position: relative;
      border-radius: 5px; }
  #contents-container .part01 .btn-wrapper._col2 {
    display: block;
    margin-bottom: 20px; }
    #contents-container .part01 .btn-wrapper._col2 > li{
      display: inline-block;
      width: 48%;
      padding: 0;
      margin: 0 4% 0 0;
      vertical-align: top; }
    #contents-container .part01 .btn-wrapper._col2 > li:nth-child(even) {
      margin-right: 0; }
    #contents-container .part01 .btn-wrapper._col2 > li:nth-child(n + 3) {
      margin-bottom: 0; }
    #contents-container .part01 .btn-wrapper._col2 > li .btn {
      padding-top: 50%; }

      @media only screen and (max-width: 767px) {
        #contents-container .part01 .btn-wrapper._col2 {
          margin-bottom: 15px; }
        #contents-container .part01 .btn-wrapper._col2 > li .btn {
          margin-bottom: 0; }
      }

      .panel-conversion > .exam-box {
        padding: 0;
      }
      .panel-conversion > .exam-box > li .lead {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        line-height: 1.8;
      }
      .panel-conversion > .exam-box > li .lead > em{
        font-style: normal;
        color: #f69c00;
      }
      .panel-conversion > .exam-box > li .lead > em > .number {
        font-size: 30px;
        line-height: 1;
      }
      .panel-conversion > .exam-box > li > .btn-conversion {
        margin: 5px auto 5px;
        text-decoration: none;
        background: #f8af00;
        background: linear-gradient(#f8af00, #f69d00);
        border-radius: 5px;
        color: #fff;
        padding: 7px 40px;
        font-size: 18px;
        display: inline-block;
        width: 100%;
        max-width: 390px;
        position: relative;
        text-align: center;
        box-shadow: 0 0 8px rgba(204, 204, 204, 1);
      }
      .panel-conversion > .exam-box > li > .btn-conversion:hover {
        opacity: .7;
      }
      .panel-conversion > .exam-box > li > .btn-conversion::after {
        content: "";
        border: solid 2px #fff;
        width: 8px;
        height: 8px;
        display: inline-block;
        position: absolute;
        right: 15px;
        bottom: 0;
        top: 0;
        margin: auto;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-left: transparent;
        border-bottom: transparent;
      }
      .panel-conversion > .exam-box > li > .btn-conversion > span {
        vertical-align: middle;
        text-align: center;
      }
      .panel-conversion > .note {
        text-align: center;
        margin-top: 10px;
      }
      .panel-conversion > .note > li{
        font-size: 12px;
        position: relative;
        padding-left: 1.5em;
      }
      .panel-conversion > .note > .mark{
        position: absolute;
        left: 0;
      }
      .utility-box {
        background-color: #fff;
        margin-top: 20px;
        padding: 20px;
      }
      .utility-box > h2::before {
        background: #e4e4e4;
      }
      .utility-box > .exam-box {
        padding: 0;
      }
      .utility-box > .exam-box > li {
        border-bottom: none;
        width: 49%;
      }
      .utility-box > .exam-box > li a:hover{
        opacity: .7;
      }
      @media only screen and (max-width: 767px) {
        .utility-box > .exam-box > li {
          width: auto;
          padding-bottom: 0;
        }
      }

      @media only screen and (max-width: 767px) {
        #contents-container .part01 .btn-wrapper > li .btn {
          padding-top: 80%; } }
      #contents-container .part01 .btn-wrapper > li .btn:hover {
        opacity: 0.8; }
      #contents-container .part01 .btn-wrapper > li .btn:after {
        content: url(/-/Media/jpz/zrh/img_re/icon_arrow_02.png);
        display: block;
        height: 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 6%;
        margin: auto; }
  #contents-container .part01 .btn-wrapper span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    margin-top: -38px; }
    @media only screen and (max-width: 767px) {
      #contents-container .part01 .btn-wrapper span {
        font-size: 0.875rem;
        letter-spacing: -.5px;
        margin-top: -20px; } }
    #contents-container .part01 .btn-wrapper span:before {
      content: '';
      width: 67px;
      height: 38px;
      display: block;
      margin: 0 auto .7em;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
      @media only screen and (max-width: 767px) {
        #contents-container .part01 .btn-wrapper span:before {
          width: 35px;
          height: 20px; } }
#contents-container .part01 .btn01 {
  background-color: #4066b3;
  box-shadow: 0 -5px #3254a3 inset; }
  #contents-container .part01 .btn01 span:before {
    background-image: url(/-/Media/jpz/zrh/img_re/index_part01icon_001.png);
    width: 98px;
    height: 38px; }
  @media only screen and (max-width: 767px) {
    #contents-container .part01 .btn01 {
      box-shadow: 0 -3px #3254a3 inset; }
    #contents-container .part01 .btn01 span:before {
      width: 49px;
      height: 19px;} }
#contents-container .part01 .btn02 {
  background-color: #009ee0;
  box-shadow: 0 -5px #008cd8 inset; }
  #contents-container .part01 .btn02 span:before {
    background-image: url(/-/Media/jpz/zrh/img_re/index_part01icon_002.png);
    width: 98px;
    height: 43px; }
  @media only screen and (max-width: 767px) {
    #contents-container .part01 .btn02 {
      box-shadow: 0 -3px #008cd8 inset; }
    #contents-container .part01 .btn02 span:before {
      width: 49px;
      height: 21px;} }
#contents-container .part01 .btn03 {
  background-color: #009ee0;
  box-shadow: 0 -5px #008cd8 inset; }
  #contents-container .part01 .btn03 span:before {
    background-image: url(/-/Media/jpz/zrh/img_re/index_part01icon_003.png);
    width: 63px;
    height: 50px; }
  @media only screen and (max-width: 767px) {
    #contents-container .part01 .btn03 {
      box-shadow: 0 -3px #008cd8 inset; }
    #contents-container .part01 .btn03 span:before {
      width: 31px;
      height: 25px;} }
@media only screen and (min-width: 768px) {
  #contents-container .part01 .part01-btn .mb10 {
    margin-bottom: 10px; } }
#contents-container .part01 .btn04 {
  background-color: #009ee0;
  box-shadow: 0 -5px #008cd8 inset; }
  #contents-container .part01 .btn04 span:before {
    background-image: url(/-/Media/jpz/zrh/img_re/index_part01icon_004.png);
    width: 92px;
    height: 65px;
    margin-top: -16px; }
  @media only screen and (max-width: 767px) {
    #contents-container .part01 .btn04 {
      box-shadow: 0 -3px #008cd8 inset; }
    #contents-container .part01 .btn04 span:before {
      width: 46px;
      height: 33px;
      margin-top: -8px;} }
@media only screen and (min-width: 768px) {
  #contents-container .part01 .part01-btn .mb10 {
    margin-bottom: 10px; } }
@media only screen and (min-width: 768px) {
  #contents-container #reason .reason-img {
    box-sizing: content-box;
    padding-left: 3.6%;
    padding-right: 3.6%; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    #contents-container #reason .reason-img {
      max-width: 950px !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 2%;
      padding-right: 2%; } }
@media only screen and (min-width: 768px) {
  #contents-container #reason .reason-text {
    border: 1px solid #4c79c1;
    position: relative;
    padding: 50px 60px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
    #contents-container #reason .reason-text {
      padding: 50px 20px; } }
@media only screen and (min-width: 768px) {
    #contents-container #reason .reason-text > p {
      line-height: 1.8;
      font-size: 0.875rem; }
      #contents-container #reason .reason-text > p + p {
        margin-top: 1em; }
    #contents-container #reason .reason-text > img {
      position: absolute;
      bottom: 0;
      right: 5%; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
      #contents-container #reason .reason-text > img {
        right: 1%;
        max-width: 31%; } }
@media only screen and (min-width: 768px) {
  #contents-container #reason .reason-voice {
    box-sizing: content-box;
    padding-left: 3.6%;
    padding-right: 3.6%;
    margin-top: 50px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    #contents-container #reason .reason-voice {
      max-width: 950px !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 2%;
      padding-right: 2%; } }
@media only screen and (min-width: 768px) {
    #contents-container #reason .reason-voice .voice-label {
      text-align: center;
      font-size: 1.3125rem;
      padding-bottom: 1.5em;
      border-bottom: 2px solid #333;
      margin-bottom: 35px; }
      #contents-container #reason .reason-voice .voice-label span {
        display: inline-block;
        text-align: left; }
    #contents-container #reason .reason-voice .voice {
      float: left;
      width: 48%;
      letter-spacing: 0.1em;
      line-height: 1.6;
      display: table; }
      #contents-container #reason .reason-voice .voice:nth-child(odd) {
        clear: left; }
      #contents-container #reason .reason-voice .voice:nth-child(even) {
        float: right; }
      #contents-container #reason .reason-voice .voice > * {
        display: table-cell;
        vertical-align: top; }
      #contents-container #reason .reason-voice .voice p {
        font-size: 0.875rem; }
    #contents-container #reason .reason-voice .icon {
      width: 66px;
      box-sizing: content-box;
      padding-right: 25px; }
  #contents-container #price .exam-box h4 + .exam-text {
    min-height: 58px;
    height: auto !important;
    height: 58px; }
  #contents-container .contents03 {
    margin-top: 100px;
    border-bottom: 2px solid #4066b3; }
  #contents-container .contents04 {
    margin-top: 80px; }
  #contents-container #about {
    background: #fafafa;
    margin-bottom: 1em;
    line-height: 1.6;
    letter-spacing: 0.2em;
    margin-top: 100px;
    padding: 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 767px) {
    #contents-container #about {
      background: #fafafa;
      margin-top: 30px;
      padding: 28px 0; } }
@media only screen and (min-width: 768px) {
    #contents-container #about .about-text {
      box-sizing: content-box;
      padding-left: 3.6%;
      padding-right: 3.6%;
      font-size: 14px;
      line-height: 2.5;
      letter-spacing: .1em; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) {
      #contents-container #about .about-text {
        max-width: 950px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 2%;
        padding-right: 2%; } }
@media only screen and (min-width: 768px) {
    #contents-container #about .stext {
      font-size: 14px; }
    #contents-container #about .about-icons {
      box-sizing: content-box;
      padding-left: 3.6%;
      padding-right: 3.6%;
      text-align: center;
      margin-top: 50px;
      font-weight: bold; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) {
      #contents-container #about .about-icons {
        max-width: 950px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 2%;
        padding-right: 2%; } }
@media only screen and (min-width: 768px) {
      #contents-container #about .about-icons .about-icon {
        margin: 0 10px; } }
      @media only screen and (min-width: 768px) and (min-width: 768px) {
        #contents-container #about .about-icons .about-icon {
          height: 135px;
          position: relative; } }
      @media only screen and (min-width: 768px) and (min-width: 768px) {
        #contents-container #about .about-icons .about-icon img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; } }
@media only screen and (min-width: 768px) {
    #contents-container #about .icon-text {
      margin-top: 10px;
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 1.6;
      letter-spacing: 0.05em; }
    #contents-container #about .about-btn {
      box-sizing: content-box;
      padding-left: 3.6%;
      padding-right: 3.6%;
      margin: 40px auto 0 auto;
      text-align: center; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) {
      #contents-container #about .about-btn {
        max-width: 950px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 2%;
        padding-right: 2%; } }
@media only screen and (min-width: 768px) {
    #contents-container #about .btn01 {
      float: left;
      width: 47.5%; }
    #contents-container #about .btn02 {
      float: right;
      width: 47.5%; }
    #contents-container #about .about-btn .btn {
      display: block;
      padding: 22px 0 18px 0;
      margin: 0 0 5px 0;
      border-radius: 5px;
      background: url(/-/Media/jpz/zrh/common_re/img_re/linkarrow_003.png) no-repeat right center #fff;
      box-shadow: 0 5px 0 0 #f4f4f4;
      font-size: 18px;
      color: #333;
      line-height: 1.1;
      letter-spacing: 0.2em; }
    #contents-container #about .about-btn .btn-wrapper {
      width: 47.5%;
      margin: 0;
      border-radius: 5px;
      border: 2px solid #dadada; }
    #contents-container #about .about-btn .btn:hover {
      background-color: #f4f4f4; }
    #contents-container #about .about-img {
      margin-top: 100px; }
      #contents-container #about .about-img img {
        width: 100%;
        height: auto; }
  #contents-container .contents05 {
    box-sizing: content-box;
    padding-left: 3.6%;
    padding-right: 3.6%;
    margin-top: 100px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    #contents-container .contents05 {
      max-width: 950px !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 2%;
      padding-right: 2%; } }
@media only screen and (min-width: 768px) {
  #contents-container #news .news-tab {
    margin-top: 50px; }
    #contents-container #news .news-tab li {
      width: 50%;
      text-align: center;
      margin: 0;
      font-size: 1rem;
      float: left; }
      #contents-container #news .news-tab li a {
        display: block;
        margin: 0;
        border-radius: 5px 5px 0 0;
        background: url(/-/Media/jpz/zrh/img_re/index_tabarrow_002.png) no-repeat right center #4f90c8;
        color: #fff;
        border-top: 2px solid #4f90c8;
        border-left: 2px solid #4f90c8;
        border-right: 2px solid #4f90c8;
        padding: .7em; }
      #contents-container #news .news-tab li.active a {
        background: url(/-/Media/jpz/zrh/img_re/index_tabarrow_001.png) no-repeat right center #fafafa;
        color: #333;
        border-top: 2px solid #4f90c8;
        border-left: 2px solid #4f90c8;
        border-right: 2px solid #4f90c8; }
      #contents-container #news .news-tab li a:hover {
        background-color: #fafafa;
        color: #333; }
      #contents-container #news .news-tab li.active a:hover {
        opacity: 0.8; }
    #contents-container #news .news-tab .tabbtn01 {
      margin-right: 5px; }
    #contents-container #news .news-tab .tabbtn02 {
      margin-left: 5px; }
  #contents-container #news .tab-content {
    background: #fafafa;
    padding: 10px 30px 30px 30px; }
  #contents-container #news .tab-panel {
    display: none; }
    #contents-container #news .tab-panel.active {
      display: block; }
  #contents-container #news .tab-content .news-list li {
    margin-top: 20px;
    font-size: 16px; }
    #contents-container #news .tab-content .news-list li a {
      background: url(/-/Media/jpz/zrh/img_re/index_linkmore.png) no-repeat 0 4px;
      padding-left: 20px; }
    #contents-container #news .tab-content .news-list li .date {
      margin: 0 20px 0 0;
      font-size: 14px; }
  #contents-container #news .tab-content .link-more {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dotted #333;
    text-align: center; }
    #contents-container #news .tab-content .link-more a {
      background: url(/-/Media/jpz/zrh/img_re/index_linkmore.png) no-repeat 0 3px;
      padding-left: 16px;
      font-size: 16px;
      letter-spacing: .2em;
      text-decoration: none; }
      #contents-container #news .tab-content .link-more a:hover {
        text-decoration: underline; }
  #contents-container .contents06 {
    box-sizing: content-box;
    padding-left: 3.6%;
    padding-right: 3.6%;
    padding: 0 !important;
    margin-top: 80px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    #contents-container .contents06 {
      max-width: 950px !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 2%;
      padding-right: 2%; } }
@media only screen and (min-width: 768px) {
  #contents-container #other {
    padding: 30px 0;
    background: #f6faff; }
    #contents-container #other .other-label {
      font-size: 22px;
      text-align: center;
      letter-spacing: 0.2em; }
    #contents-container #other .other-btn {
      margin-top: 15px;
      text-align: center;
      font-size: 0; }
      #contents-container #other .other-btn > * {
        display: inline-block;
        vertical-align: middle;
        width: 46%;
        margin-top: 15px; }
      #contents-container #other .other-btn .btn02 {
        margin-left: 3%; }
      #contents-container #other .other-btn .btn {
        display: block;
        padding: 22px 0 18px 0;
        margin: 0 0 5px 0;
        border-radius: 5px;
        background-repeat: no-repeat, no-repeat;
        background-position: left center, right center;
        background-color: #fff;
        box-shadow: 0 5px 0 0 #f4f4f4;
        font-size: 18px;
        color: #333;
        line-height: 1.1;
        letter-spacing: 0.2em; }
      #contents-container #other .other-btn .btn01 a {
        background-image: url(/-/Media/jpz/zrh/img_re/index_othericon_001.png), url(/-/Media/jpz/zrh/common_re/img_re/linkarrow_003.png); }
      #contents-container #other .other-btn .btn02 a {
        background-image: url(/-/Media/jpz/zrh/img_re/index_othericon_002.png), url(/-/Media/jpz/zrh/common_re/img_re/linkarrow_003.png); }
      #contents-container #other .other-btn .btn-wrapper {
        border-radius: 5px;
        border: 2px solid #dadada; }
      #contents-container #other .other-btn .btn:hover {
        background-color: #f4f4f4; } }
@media only screen and (max-width: 767px) {
  #contents-container .open-contents {
    display: none; }
  #contents-container .contents-btn .contents-close {
    display: none; }
  #contents-container .contents-btn.open .contents-close {
    display: block; }
  #contents-container .contents-btn.open .contents-open {
    display: none; }
  #contents-container #reason .reason-text {
    margin: 25px 15px 0 15px;
    font-size: 15px;
    line-height: 2; }
    #contents-container #reason .reason-text p {
      font-size: 0.8125rem;
      margin-bottom: 10px; }
  #contents-container #reason .contents-btn {
    margin: 20px 15px 0 15px;
    text-align: center; }
    #contents-container #reason .contents-btn .contents-close {
      padding: 0 15px 0 0;
      font-size: 0;
      height: 15px;
      letter-spacing: 0.1em;
      text-align: right;
      background: url(/-/Media/jpz/zrh/common_re/img_re/linkarrow_close.png) no-repeat right center;
      background-size: 15px auto; }
    #contents-container #reason .contents-btn .contents-open {
      padding: 0 15px 0 0;
      font-size: 0.8125rem;
      letter-spacing: 0.1em;
      background: url(/-/Media/jpz/zrh/common_re/img_re/linkarrow_open.png) no-repeat right center;
      background-size: 15px auto; }
  #contents-container #reason .reason-img {
    margin: 25px 70px 0 70px;
    text-align: center; }
    #contents-container #reason .reason-img img {
      width: 100%;
      height: auto; }
  #contents-container #reason .reason-voice {
    border: 1px solid #ccc;
    padding: 15px 10px 10px 10px;
    margin: 20px 15px 0 15px; }
  #contents-container #reason .voice-text {
    margin: 0 10px;
    line-height: 2; }
    #contents-container #reason .voice-text .voice {
      font-size: 0.9375rem;
      margin: 15px 0 0 0; }
      #contents-container #reason .voice-text .voice .icon {
        display: block;
        float: left;
        margin-top: 5px; }
      #contents-container #reason .voice-text .voice p {
        margin: 0 0 0 50px;
        font-size: 0.9375rem; }
      #contents-container #reason .voice-text .voice span {
        font-size: 0.8125rem; }
  #contents-container #performance {
    margin-top: 50px; }
    #contents-container #performance .performance-img {
      margin: 20px 15px 0 15px;
      text-align: center; }
      #contents-container #performance .performance-img img {
        width: 100%;
        height: auto; }
  #contents-container #roadservice {
    margin-top: 50px; }
    #contents-container #roadservice .roadservice-img {
      margin: 20px 15px 0 15px;
      text-align: center; }
      #contents-container #roadservice .roadservice-img img {
        width: 100%;
        height: auto; }
  #contents-container #price {
    margin-top: 50px; }
    #contents-container #price .price-img {
      margin: 20px 15px 0 15px;
      text-align: center; }
      #contents-container #price .price-img img {
        width: 100%;
        height: auto; }
  #contents-container .contents03 {
    margin-top: 50px; }
  #contents-container .contents04 {
    margin-top: 50px; }
  #contents-container #about {
    background: #fafafa;
    margin-bottom: 1em;
    line-height: 1.6;
    letter-spacing: 0.2em;
    margin-top: 100px;
    padding: 80px 0; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    #contents-container #about {
      background: #fafafa;
      margin-top: 30px;
      padding: 28px 0; } }
@media only screen and (max-width: 767px) {
    #contents-container #about .about-text {
      margin: 25px 15px 0 15px;
      font-size: 15px;
      line-height: 1.5; }
    #contents-container #about .stext {
      font-size: 14px; }
    #contents-container #about .contents-btn {
      margin: 20px 15px 0 15px;
      text-align: center; }
      #contents-container #about .contents-btn .contents-close {
        padding: 0 15px 0 0;
        font-size: 0;
        height: 15px;
        letter-spacing: 0.1em;
        text-align: right;
        background: url(/-/Media/jpz/zrh/common_re/img_re/linkarrow_close.png) no-repeat right center;
        background-size: 15px auto; }
      #contents-container #about .contents-btn .contents-open {
        padding: 0 15px 0 0;
        font-size: 0.875rem;
        letter-spacing: 0.1em;
        text-align: right;
        background: url(/-/Media/jpz/zrh/common_re/img_re/linkarrow_open.png) no-repeat right center;
        background-size: 15px auto; }
    #contents-container #about .about-icons {
      text-align: center;
      margin: 40px 10px 0 10px; }
      #contents-container #about .about-icons img {
        width: 172px;
        height: auto; }
    #contents-container #about .icon-text {
      margin: 10px 5px 0 5px;
      font-size: 0.8125rem;
      line-height: 2;
      font-weight: bold; }
      #contents-container #about .icon-text strong {
        font-weight: normal; }
      #contents-container #about .icon-text span {
        font-size: 12px; }
    #contents-container #about .about-btn {
      margin: 10px 8px 0 8px; }
      #contents-container #about .about-btn li {
        float: left;
        width: 50%;
        text-align: center;
        margin: 15px 0 0 0;
        height: 40px; }
        #contents-container #about .about-btn li div {
          display: table;
          width: 95%;
          margin: 0 auto;
          border: 1px solid #dadada;
          border-radius: 4px; }
        #contents-container #about .about-btn li a {
          display: table-cell;
          vertical-align: middle;
          font-size: 0.8125rem;
          line-height: 1;
          font-weight: normal;
          height: 36px;
          border-radius: 4px;
          text-align: center;
          background: url(/-/Media/jpz/zrh/common_re/img_re/linkarrow_006.png) no-repeat right center;
          background-size: 15px auto;
          box-shadow: 0 2px 0 0 #f4f4f4; }
        #contents-container #about .about-btn li .btn01 a {
          line-height: 1.2; }
    #contents-container #about .about-img {
      margin: 30px 0 0 0; }
      #contents-container #about .about-img img {
        width: 100%;
        height: auto; }
  #contents-container #other {
    margin: 50px 0 0 0; }
    #contents-container #other .other-btn {
      margin: 25px 15px 0 15px; }
      #contents-container #other .other-btn div {
        margin: 15px 0 0 0;
        border: 1px solid #dadada;
        border-radius: 4px;
        display: table;
        width: 100%; }
      #contents-container #other .other-btn a {
        display: table-cell;
        vertical-align: middle;
        font-size: 0.875rem;
        line-height: 1;
        height: 36px;
        font-weight: normal;
        border-radius: 4px;
        text-align: center;
        background-size: 25px auto;
        box-shadow: 0 2px 0 0 #f4f4f4; }
      #contents-container #other .other-btn .btn01 a {
        background-image: url(/-/Media/jpz/zrh/common_re/img_re/index_otherbtnicon_001.png), url(/-/Media/jpz/zrh/common_re/img_re/linkarrow_006.png);
        background-repeat: no-repeat, no-repeat;
        background-size: 40px auto, 15px auto;
        background-position: left center, right center; }
      #contents-container #other .other-btn .btn02 a {
        background-image: url(/-/Media/jpz/zrh/common_re/img_re/index_otherbtnicon_002.png), url(/-/Media/jpz/zrh/common_re/img_re/linkarrow_006.png);
        background-repeat: no-repeat, no-repeat;
        background-size: 40px auto, 15px auto;
        background-position: left center, right center; } }
@media only screen and (max-width: 767px) {
  #contents-container .exam-box h4 {
    font-size: 1rem; } }

.contents01 {
  padding-top: 0; }
  @media only screen and (max-width: 1024px) {
    .contents01 {
      margin-top: -10px;
      padding-top: 0; } }

.mainvisual .annotation {
  position: absolute;
  left: 14%;
  top: 42%;
  font-size: 11px;
}
.mainvisual .annotation p{
  font-size: 11px;
}
.annotation p {
  font-size: 12px;
}
.annotation--gray {
  background-color: #faf9f6;
}
.annotation__inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .mainvisual .annotation {
    position: static;
    padding: 20px 0 20px 20px;
    font-size: 10px;
    background: #faf9f6;
    border-top: solid 1px #e4e4e4;
  }
  .annotation p {
    font-size: 12px;
  }
  .annotation__inner {
    padding: 20px 3.6%;
  }
}

#part .utility-box h2 span {
  background-color: #fff;
}

.bnr-full {
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}
.bnr-full img {
  max-width: 100%;
  width: auto;
}
.alignC {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .carousel {
    max-width: 558px;
    margin: 0 auto;
  }
}
  