
  .home #main p {
    margin-top: 2.4rem;
    font-size: 2rem;
    line-height: 1.7em
  }
  
  .home #main h1 {
	  width: 100%;
    margin:0;
    box-sizing: border-box;
	  background-color: #FFF;
	  
	  position: relative;
	  overflow: hidden;
  }
.home #main h1 img{
	width: 120%;
	height: auto;
	max-width: none;
	margin: 0 auto;
	position: relative;
	left: 50%;
	transform:translate(-50%, 0%);
}
  .home #main h2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 12rem 0 0;
    padding: 0 0 3px 0;
    font-size: 3.2rem;
    line-height: 1.7em;
    font-weight: bold;
    text-align: center
  }
  .home #main h2::before, .home #main h2::after {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    margin-right: 10px;
    background: #e29693
  }
  .home #main h2::after {
    margin-right: 0;
    margin-left: 10px
  }
  .home #main h3 {
    margin-top: 7rem;
    padding: 0;
    font-size: 2.8rem;
    line-height: 1.7em;
    font-weight: bold;
    text-align: center
  }
  .home #main h4 {
    margin-top: 6rem;
    padding: 0;
    font-size: 2.4rem;
    line-height: 1.7em;
    font-weight: bold;
    text-align: center
  }

  .home #main .parts-introduction {
	  background-color: #fff4df;
    position: relative;
    padding-top: 18rem
  }
  .home #main .parts-introduction::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 170px;
    z-index: 0;
    background: url( "../images/top/pc-top-image1.png") no-repeat center top
  }
  .home #main .parts-introduction::after {
    content: "";
    display: block;
    width: calc(200vw + 100%);
    height: 100%;
    position: absolute;
    left: calc(0px - 100vw);
    top: 0;
    z-index: -1;
    top: auto;
    bottom: 40px;
    height: 360px;
    z-index: 0;
    background: url("../images/top/parts-introduction-image-pc.png") no-repeat center top
  }
  .home #main .parts-introduction .introduction-title {
    font-size: 4rem;
    line-height: 1.7em;
    color: #555;
    text-align: center;
	  margin-bottom: 3rem;
  }
  .home #main .parts-introduction ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 0;
	  max-width: 960px;
	  gap:50px 5%;
  }
  .home #main .parts-introduction ol li {
    width: 30%;
    list-style: none;
  }
  .home #main .parts-introduction ol li .title {
    margin-top: 1rem;
    font-size: 2.4rem;
    line-height: 1.7em;
    color: #555;
    text-align: center
  }
  .home #main .parts-introduction ol li .pic {
    margin-top: 1.2rem
  }
  .home #main .parts-introduction ol li .detail p {
    margin-top: 0.4rem;
    font-size: 1.6rem;
    line-height: 1.7em;
    color: #555
  }
  .home #main .parts-introduction ol li .detail p a {
      display: inline-block;
      padding: 0 0 0 19px;
      background-repeat: no-repeat;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAYAAACEYr13AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVxJREFUeNqU1M8rBGEcx/HZ9TMRB7EnxUmUlFKkXLZcOUj5K4RC4cSFdXBwU5QDrULJycGJ7EVJcVG0N78OQiji/dRXPX37zpiderXzPDvPZ57nme9MIteXTgVBsIETrOE2KOBIYhBpzOIaO2gvJKDTaxdhAGfYRXOcgCajP4F+nCODmqiAuogblGIMVxJoBtSrvlPjupQsaUvPxgVUee1PdGMYeSNoSPanzQ/wjw/8YFM2cE76/KMRx+i1At6883fMoAM5dV0l9tGqA76MaV+iB8uq3y19MRmzXlzwNp5Vf4MOKA95UuM4QrX6L1OsOspUuwWr6DKC3ZLW9Qwq5LcWK1KJevA3pjDiGm4GL14tlGBUdt8q30epkUN/fXfqoqWQwVn32PzBfwFP/zyBvLyhrgrvrR0O+4C8Yloqci/qbbwwBi7Iaz4vFRn5PTiQ8xtMSq1P4CFOhf0KMADPfD+6G27euAAAAABJRU5ErkJggg==);
      background-size: 9px auto;
      background-position: 5px calc(((1.7em - 8px) / 2) - 1px);
  }


  .home #main .parts-introduction ol li .detail p:first-child {
    margin-top: 1rem
  }
  .home #main nav.nav-news {
    position: relative;
    margin: 0 auto;
    padding: 80px 0;
	  background-color: #FFF;
  }

  .home #main nav.nav-news p.nav-title {
    margin: 0;
    font-size: 4rem;
    line-height: 1.7em;
    color: #555;
    text-align: center
  }
  .home #main nav.nav-news ol {
    margin: 1.5rem 0 0 0;
    padding: 0;
    border-bottom: 1px dotted #ded3bd
  }
  .home #main nav.nav-news ol li {
    margin: 0;
    padding: 1.5rem 0 1.4rem;
    list-style: none;
    border-top: 1px dotted #ded3bd;
    display: flex
  }
  .home #main nav.nav-news ol li time {
    white-space: nowrap;
    word-spacing: 0.281em;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.7em
  }
  .home #main nav.nav-news ol li p.label {
    margin: 0 0 0 15px
  }
  .home #main nav.nav-news ol li p.label span {
    display: inline-block;
    width: 145px;
    padding: 4px 8px;
    background: #f9d6ca;
    font-size: 1.4rem;
    line-height: 1.7em;
    font-weight: bold;
    text-align: center
  }
  .home #main nav.nav-news ol li p.title {
    margin: 0 0 0 15px;
    font-size: 1.6rem;
    line-height: 1.7em
  }
  .home #main nav.nav-news p.news-more {
    width: 240px;
    margin: 3.5rem auto 0
  }
  .home #main nav.nav-news p.news-more a {
    display: block;
    padding: 7px 0 10px;
    border: 2px solid #e29693;
    border-radius: 10em;
    font-size: 1.6rem;
    line-height: 1.7em;
    text-align: center;
    background-position: 20px center;
    box-shadow: 0 0 2px 1px rgba(200, 200, 200, 0.7), 0 0 0 1px #fff inset;
    text-decoration: none
  }
  .home #main nav.nav-news p.news-more a:hover {
    background-color: #ffebe4
  }
  #main p strong {
    font-size: 2.2rem;
    line-height: 1.7em;
    font-weight: bold
  }
  #main p.lead {
    font-size: 2rem;
    line-height: 1.7em
  }
  #main table[class^="parts-table-"] {
    width: 100%;
    margin: 2.5rem 0 0 0;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd
  }
  #main table[class^="parts-table-"] th, #main table[class^="parts-table-"] td {
    padding: 6px 13px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    font-size: 1.6rem;
    line-height: 1.7em
  }
  #main table[class^="parts-table-"] th {
    width: 1%;
    white-space: nowrap
  }
  #main table[class^="parts-table-"] p, #main table[class^="parts-table-"] ul, #main table[class^="parts-table-"] ol, #main table[class^="parts-table-"] li {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.7em
  }
  #main table[class^="parts-table-"] th.valign-middle, #main table[class^="parts-table-"] td.valign-middle {
    vertical-align: middle
  }
  #main table[class^="parts-table-"].parts-table-normal tr:first-child th {
    background-color: #e8e8e8
  }
  #main table[class^="parts-table-"].parts-table-normal th:first-child {
    white-space: nowrap
  }
  #main table[class^="parts-table-"].parts-table-normal th {
    background-color: #f3f3f3;
    font-weight: bold
  }
  #main table[class^="parts-table-"].parts-table-oneline th {
    background-color: #f3f3f3;
    font-weight: bold
  }
  #main div[class^="parts-box-"] {
    margin: 2.5rem 0 0 0;
    padding: 2.8rem 3rem
  }
  #main div[class^="parts-box-"] :first-child {
    margin-top: 0
  }
  #main div[class^="parts-box-"].parts-box-normal {
    border: 1px solid #ddd
  }
  #main table[class^="parts-cols-"] {
    border-collapse: separate;
    width: 100%
  }
  #main table[class^="parts-cols-"].parts-cols-1 td {
    width: 710px
  }
  #main table[class^="parts-cols-"].parts-cols-2 td {
    width: 470px
  }
  #main table[class^="parts-cols-"].parts-cols-2 td:not(:first-child) {
    padding-left: 20px
  }
  #main table[class^="parts-cols-"].parts-cols-3 td {
    width: 306px
  }
  #main table[class^="parts-cols-"].parts-cols-3 td:not(:first-child) {
    padding-left: 20px
  }
  #main table[class^="parts-cols-"].parts-cols-4 td {
    width: 225px
  }
  #main table[class^="parts-cols-"].parts-cols-4 td:not(:first-child) {
    padding-left: 20px
  }
  #main table[class^="parts-cols-"] img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    border: 1px solid #ddd
  }
  #main table[class^="parts-cols-"] p.caption {
    margin: 0.3rem 0 0 0;
    font-size: 1.4rem;
    line-height: 1.7em
  }
  #main table[class^="parts-cols-"].parts-cols-1 p {
    text-align: center
  }
  #main table[class^="parts-cols-"].parts-cols-1 img {
    width: inherit;
    max-width: 100%
  }
  #main table[class^="parts-cols-"].parts-cols-right-img td:last-child {
    width: 1%;
    padding-left: 15px
  }
  #main table[class^="parts-cols-"].parts-cols-right-img td:last-child img {
    width: inherit
  }
  #main table[class^="parts-cols-"].parts-cols-left-img td:first-child {
    width: 1%;
    padding-right: 15px
  }
  #main table[class^="parts-cols-"].parts-cols-left-img td:first-child img {
    width: inherit
  }
  .home #main ul[class^="parts-mark-"] {
    margin-left: 0
  }
  .home #main ul[class^="parts-mark-"] li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 2rem;
    line-height: 1.7em;
    font-weight: bold
  }
  .home #main ul[class^="parts-mark-check"] li::before {
    display: block;
    content: '';
    position: absolute;
    top: calc(((2.0rem * 1.7) / 2) - 8px);
    left: 0.5rem;
    width: 13px;
    height: 6px;
    border-left: 3px solid #888;
    border-bottom: 3px solid #888;
    transform: rotate(-45deg)
  }
  .home #main ul.parts-mark-check-color li::before {
    border-left: 3px solid #ffd380;
    border-bottom: 3px solid #ffd380
  }
  .home #main ul.parts-mark-counter {
    counter-reset: i
  }
  .home #main ul.parts-mark-counter li::before {
    display: block;
    box-sizing: border-box;
    width: 2.4rem;
    height: 2.4rem;
    background: #ffd380;
    border-radius: 50%;
    padding-top: 0.5rem;
    counter-increment: i;
    content: counter(i);
    font-size: 1.6rem;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
    top: calc(((2.0rem * 1.7) / 2) - (1.6rem / 2) - 0.5rem);
    left: 0
  }
  .home #main ul.box-point {
    margin: 2rem 0 0 -20px;
    border-top: 1px solid transparent;
    display: flex;
    flex-wrap: wrap;
    counter-reset: i
  }
  .home #main ul.box-point li {
    width: 470px;
    margin: 3rem 0 0 20px;
    padding: 0;
    list-style: none
  }
  .home #main ul.box-point li:first-of-type:nth-last-child(1) {
    width: 960px
  }
  .home #main ul.box-point li:first-of-type:nth-last-child(2), .home #main ul.box-point li:first-of-type:nth-last-child(2) ~ li, .home #main ul.box-point li:first-of-type:nth-last-child(4), .home #main ul.box-point li:first-of-type:nth-last-child(4) ~ li {
    width: 470px
  }
  .home #main ul.box-point li:first-of-type:nth-last-child(3), .home #main ul.box-point li:first-of-type:nth-last-child(3) ~ li, .home #main ul.box-point li:first-of-type:nth-last-child(5), .home #main ul.box-point li:first-of-type:nth-last-child(5) ~ li, .home #main ul.box-point li:first-of-type:nth-last-child(6), .home #main ul.box-point li:first-of-type:nth-last-child(6) ~ li, .home #main ul.box-point li:first-of-type:nth-last-child(9), .home #main ul.box-point li:first-of-type:nth-last-child(9) ~ li {
    width: 306px
  }
  .home #main ul.box-point li:first-of-type:nth-last-child(7), .home #main ul.box-point li:first-of-type:nth-last-child(7) ~ li, .home #main ul.box-point li:first-of-type:nth-last-child(8), .home #main ul.box-point li:first-of-type:nth-last-child(8) ~ li {
    width: 225px
  }
  .home #main ul.box-point li p {
    margin-top: 0.3rem
  }
  .home #main ul.box-point li p.title {
    position: relative;
    padding-left: 30px;
    font-size: 2.2rem;
    line-height: 1.7em;
    font-weight: bold
  }
  .home #main ul.box-point li p.title::before {
    display: block;
    box-sizing: border-box;
    width: 2.4rem;
    height: 2.4rem;
    background: #ffd380;
    border-radius: 50%;
    padding-top: 0.5rem;
    counter-increment: i;
    content: counter(i);
    font-size: 1.6rem;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
    top: calc(((2.2rem * 1.7) / 2) - (1.6rem / 2) - 0.5rem);
    left: 0
  }
  .home #main ul.box-point li p img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    border: 1px solid #ddd
  }
  .home #main ul.box-point li p.caption {
    margin: 0.5rem 0 0 0;
    font-size: 1.6rem;
    line-height: 1.7em
  }
  .home #main ol.flow-each {
    display: flex;
    margin: 2.5rem 0 0 0;
    padding: 0;
    overflow: hidden;
    counter-reset: i
  }
  .home #main ol.flow-each li {
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none
  }
  .home #main ol.flow-each li:not(:first-child) {
    margin-left: 20px
  }
  .home #main ol.flow-each li p {
    margin-top: 0.3rem
  }
  .home #main ol.flow-each li p.title {
    position: relative;
    padding-left: 30px;
    font-size: 2.2rem;
    line-height: 1.7em;
    font-weight: bold
  }
  .home #main ol.flow-each li p.title::before {
    display: block;
    box-sizing: border-box;
    width: 2.4rem;
    height: 2.4rem;
    background: #ffd380;
    border-radius: 50%;
    padding-top: 0.5rem;
    counter-increment: i;
    content: counter(i);
    font-size: 1.6rem;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
    top: calc(((2.2rem * 1.7) / 2) - (1.6rem / 2) - 0.5rem);
    left: 0
  }
  .home #main ol.flow-each li p.pic {
    position: relative
  }
  .home #main ol.flow-each li p.pic img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    border: 1px solid #ddd
  }
  .home #main ol.flow-each li p.pic::before {
    content: "";
    display: block;
    width: 12px;
    height: 3px;
    background: #ddd;
    position: absolute;
    left: -17px;
    top: calc(50% - 1px)
  }
  .home #main ol.flow-each li p.pic::after {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 11px;
    height: 11px;
    border-right: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
    transform: rotate(-45deg);
    position: absolute;
    left: -15px;
    top: calc(50% - 5px)
  }
  .home #main ol.flow-each li p.caption {
    margin: 0.5rem 0 0 0;
    font-size: 1.6rem;
    line-height: 1.7em
  }
  #main .contacts {
    margin: 7rem 0 -7rem;
    padding: 4rem 0;
    border-top: 1px solid transparent;
    position: relative
  }
  #main .contacts::after {
    content: "";
    display: block;
    width: calc(200vw + 100%);
    height: 100%;
    position: absolute;
    left: calc(0px - 100vw);
    top: 0;
    z-index: -1;
    background: #fefbf6;
    border-top: 1px solid #f2cf8c;
    border-bottom: 1px solid #f2cf8c
  }
  #main .contacts p, #main .contacts ul, #main .contacts li {
    margin: 0;
    padding: 0;
    list-style: none
  }
  #main .contacts > p.title {
    font-size: 2.6rem;
    line-height: 1.7em;
    font-weight: bold;
    text-align: center
  }
  #main .contacts .contacts-conversion {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    margin: 3rem 0 0 0;
    padding: 0 0 0 0
  }
  #main .contacts .contacts-conversion .conversion-title {
    display: none
  }
  #main .contacts .contacts-conversion .conversion-web {
    flex: 1;
    padding: 0 0 0 0
  }
  #main .contacts .contacts-conversion .conversion-web .conversion-web-button {
    margin-right: 30px;
    margin-left: 30px
  }
  #main .contacts .contacts-conversion .conversion-web .conversion-web-button a {
    display: block;
    padding: 16px 20px 15px 40px;
    position: relative;
    border: 2px solid #e29693;
    border-radius: 10em;
    background: #fabebc left top;
    box-shadow: 0 0 2px 1px rgba(200, 200, 200, 0.7), 0 0 0 1px #fff inset;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.7em;
    font-weight: bold;
    color: #fff
  }
  #main .contacts .contacts-conversion .conversion-web .conversion-web-button a::before {
    display: block;
    content: "";
    width: 24px;
    height: 19px;
    position: absolute;
    left: 18px;
    top: calc(50% - 9px);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAeCAYAAABe3VzdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAtJJREFUeNrs11tv0lAcAPADaza5yJiwjVu5GDUBB8vULaLthtOxl+mDJnsw+uS8PPgdjB/AwWCwqE8+atwHEB8kcV7YdJKYPem8DFFJzDLFgVlY8V8siZYW2mpIjZ7kcNpzTk9/OT09/aO4uW/PdYTQachtSF7pOeRjGPxMIHkmr9psvqhEMk76HTv7ZQ1UYlirrIF0wgR3VKkQORVFnX19km+2ns2ie+fPokIuJx2oxXG0xWBAn9LpX+pLxSJKXjhXLFNUEE7nJPi2K1pa5sqbm2Z2g8ZiRSa/Hy3P3q59zOwKGGSDuBJ6ZOztrekMOJVCqbwDh4RInAvGvc+JM1vQUCyegbFTnOuwpoYqU6063SgxGX5s9HEi1QzyoECck8FZeHDvtDYbWSoU1oQBId3q35uvIEPhVAPkAQE4+rFa2Q2wx/3A4TgJp29532S+BkB+AWSQmAylDF4fF1IDyEQdpIOZuVqcyYQCsXiWxsF93tTdauo1VpDt7aNkKDxv8Hr5kPRM+tk42MNonI0TF595r8XtDXENgQzyMyCDZGhqwdDTw4XUMjO5n6my0ziqVMJrcN3d9GOlcQSM+1rQZi2kE4McIcORJ9s8u/mQd+HweH3czIetdgcpFCcY+BPyyGAkusiHhGIWcHZ2m6qLwTkquFeiPndiOjPI4QrS7RF0DY2DF+Ijg1sW/T0We0EVSUaizzrcbmE4p1MSThKwimzT62Emp9N8M6nq7EJD07Eq7qXkiEbqhXDTNUAeCly9tjhw6TKyDR9mbcKxnM7lGvwdnKhohg85vvCUcI6NjUM+urq0dGIjn0dGn28FU6tHoP1F08KtOsgiFDfoDNgBOhCG/ADq15saDwrEzv/xqFruEfXfF/KXy5QCio5mImBpIGsggAkCfs1k6D/wq82eqWwy+X8N/ntATKP+hnnOTKCVRALCpU1Z4bRWG9p18tTD7wIMAHXPCY4rtpPLAAAAAElFTkSuQmCC) left top/20px auto no-repeat
  }
  #main .contacts .contacts-conversion .conversion-web .conversion-web-button a:hover {
    background: #a93432 left top/20px auto no-repeat;
    color: #fff
  }
  #main .contacts .contacts-conversion .conversion-web .conversion-web-button a:hover::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAeCAYAAABe3VzdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYJJREFUeNrsl8lKA0EQhntEFJeDHt0Vn0FxB0XjLQfvgi/kE3jyAXwA9eiaKCp4NBq3GHORGBHFg+NfUAMeUj2dTE9sZAq+w0xnMh9V6eqK5/v+hlJqFbQqt+ISpD0I+srdWG9SbseY64Itrguqfyf4AWaBVwejoGhD8AscCZ9vA9tgpsb3jIA90COsP4CMqeA3WAbHwpe1s+S0odwwy/UK649clXItJX5jyUyI5JSB3D7oC5G7q+c3WAEpjWQH2NFIDnHmJLkCy91G2SQVzmRWI0mZnBTk+oXnnkzkTHfxK2fyRFjv5ExO8PUgyw1o5GiT5W22GZJcAqcayV2wEiJX5Mzl4+iDJLkIzjSSW5xBndxNnI2aJBc0klI8s9x1I466QPI8brkoZ3EgeWEol/uLYYE6/7ym3CUwF0XOxjRT5paxxhskiHuWu4o6zTRbmIhowtlkxkEXOADvNsYtG4K/I5sMrK5FtRLT9NvtiEvVm/QH/iUpcSLYmPh0XfDwR4ABADJiVtfr9DtBAAAAAElFTkSuQmCC) left top/20px auto no-repeat
  }
  #main .contacts .contacts-conversion .conversion-tel {
    flex: 1;
    padding: 0 0 0 0;
    text-align: center
  }
  #main .contacts .contacts-conversion .conversion-tel .conversion-tel-button {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    font-size: 3.8rem;
    line-height: 1.1em;
    font-weight: bold
  }
  #main .contacts .contacts-conversion .conversion-tel .conversion-tel-button .number {
    display: inline-block;
    position: relative;
    padding-left: 39px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABExJREFUeNrMWWtMVEcU/vaFuLB0ZX2tu4vI8hCNtUVMMDFGUGlMt2iDaLRNbEFT39ZEozHGH6IS//qqtVV+NK2aNDSxGmOi0MRXFKlJjQ9sqEbRtYKP8rLuCnjOdVhAV7izuxc8yRfmcu+Z8805M3NmzuqOZGYgBNETJhKyCZmEVIKDECPeNxPuE24RLhMqCJWENllDRsnvnYTlhC8Irh6+G0CIJ4wj5Iv/3SP8TNhDqJXxhBqxiY5rCBt6IfcucQndGtGXLVIE5xJuEpYRohC+RIm+uM954RDk8H9HOEIYjMgL93lY2DDKEjQTfiMsgfayRNgyqyXIozlE8KDvxCNsGtUQ3E3IQ99LnrDdI0GetN+g/4Rtz38XQVuwEfQkppgY6PT6SJNkDkOCEdyqdrXqTSYkF8xF1rYSzPy1DFFxcZEkyBt88ZsEEwhFanv46Ns1+HjtOnjPnkGsy4X0rwsj7cVCwSlAcClHTI3mB0luuOcUKKE1DxuOFq8XSbNmw2g2R5KgSXBSCDK+VKuZ6PEE5l1iXh5u/34UJosFjqnZkfYic9J3nEqcarVs4z4MtKPj4+FrbECb3w/X9BmRJsicJjLBHBmtaFv3HO/MzkFt+WnEJY7UYtvJZoIT5HTauz0NyZiAR1VVuH3smBYEMzm1pMlotDyqo5WrLDD8W3kJ59ethb+5WauNO409aJfReHrjeqBtcbq0JMdiZ4IWGY37f1R0HnnsdlhTUrQkaJHOU4+vXkXjnTuB55T5CzRNzkywUWqJtLXh2oEfOvfFTz2IHztWK36NTNArq3X35EnU/VmltHnTnrS9BAMGDeo801NunrJzFzLWb1AOFGGIlwlWS6u1t6OyeAv8TU3KY8wIB6bu3YeBQ4e9vh3l5uLhxYsY5fkMuYcOY/D48aESrDYUjLC7qTFNVtPX0IAn168hIfcT6AwGJaskUerjv2MKi2BNTsZfu3bCmpqG0Qu/gt5oRN2VK8rgJOQnHV3cs6hxIdQhcg7OKt4KQ3T0245ubcWN0lIKvxXu/Dnwnj+HM6tXyXSfxSG+JHORDrbtlC8uQrP3wVvv2LNjFi1CbEICqnaUQG+QqhMwp0oOMft8KGFyqCT/r6/HP2VlePm8hXJyIi2M2G7vYx0OJUOeXbNaJsR7Cad0ojbjFDf+8C/mOh3NvxRY01Lp5B2F1hcv8Kz6Jv6rqZGa4gReG7XGLu78Udz4wxPy0LO/bykIQw52TLuumWQzJwr0vzCHTcEuTfxixXtAcFVXR72Zi7lW8n0/kttP+KW3ygKP4Gg/kGObK9WUPnzidn+iD8kdFzZ9aqtbLYRZfRRutvG5sKm6/MbiF6UxHlm9BsS4zwXChr+n82BvwgsnnbAvWAhCEJ/oK12U3Ho9sKod7VKxu+/A6wq+dNoWum7Rl6qoyFb5eXfnQvhGceHPEdfWVJEuO5Jwk/iW0wmfbMsR4s8QrwQYAH/rBlwOFqpcAAAAAElFTkSuQmCC) left calc(50% - 2px)/33px 31px no-repeat
  }
  #main .contacts .contacts-conversion .conversion-tel .conversion-tel-button .tel-free {
    display: inline-block;
    vertical-align: 1px;
    font-size: 1.4rem;
    line-height: 1.1em;
    font-weight: normal
  }
  #main .contacts .contacts-conversion .conversion-tel ul.notice {
    display: inline-block;
    text-align: left
  }
  #main .contacts .contacts-conversion .conversion-tel ul.notice li {
    font-size: 1.2rem;
    line-height: 1.7em
  }

/*

@media screen and (max-device-width: 640px) {
  .home #main p {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.7em
  }
  .home #main ul, .home #main ol {
    margin-top: 1rem;
    border-top: 1px solid transparent;
    margin-left: 23px
  }
  .home #main ul li, .home #main ol li {
    margin-top: 0.5rem;
    font-size: 1.8rem;
    line-height: 1.7em
  }
  .home #main h1 {
    position: relative;
    box-sizing: border-box;
    width: 100vw;
    margin: 0 -10px
  }
  .home #main h2 {
    margin: 7rem -10px 0;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #e29693;
    font-size: 2.2rem;
    line-height: 1.7em;
    font-weight: bold;
    text-align: center
  }
  .home #main h3 {
    margin-top: 5rem;
    padding: 0;
    font-size: 2rem;
    line-height: 1.7em;
    font-weight: bold;
    text-align: center
  }
  .home #main h4 {
    margin-top: 4rem;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.7em;
    font-weight: bold;
    text-align: center
  }
  .home #main nav.nav-main ul {
    max-width: 450px;
    margin: 0 auto;
    padding: 0
  }
  .home #main nav.nav-main ul li {
    list-style: none;
    margin: 2rem 20px 0;
    padding: 0
  }
  .home #main nav.nav-main ul li svg {
    width: 100%;
    height: auto
  }
  .home #main nav.nav-main ul li svg text {
    fill: #c94744;
    font-size: 3rem;
    line-height: 1.7em;
    font-weight: bold
  }
  .home #main .parts-introduction {
    position: relative;
    margin-top: 6rem;
    padding: 10rem 0 221px
  }
  .home #main .parts-introduction::before {
    content: "";
    display: block;
    width: calc(200vw + 100%);
    height: 100%;
    position: absolute;
    left: calc(0px - 100vw);
    top: 0;
    z-index: -1;
    height: 61px;
    z-index: 0;
    background: url(/web/20220320074803im_/http://www.showamura.or.jp/img/sp-top-image1.png) no-repeat center top;
    background-size: 420px auto
  }
  .home #main .parts-introduction::after {
    content: "";
    display: block;
    width: calc(200vw + 100%);
    height: 100%;
    position: absolute;
    left: calc(0px - 100vw);
    top: 0;
    z-index: -1;
    top: auto;
    bottom: 40px;
    height: 161px;
    z-index: 0;
    background: url(/web/20220320074803im_/http://www.showamura.or.jp/img/parts-introduction-image-sp.png) no-repeat center top;
    background-size: 301px auto
  }
  .home #main .parts-introduction .introduction-title {
    font-size: 2.4rem;
    line-height: 1.7em;
    color: #555;
    text-align: center
  }
  .home #main .parts-introduction ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0
  }
  .home #main .parts-introduction ol li {
    list-style: none;
    margin: 3rem 0 0
  }
  .home #main .parts-introduction ol li .title {
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.7em;
    color: #555;
    text-align: center
  }
  .home #main .parts-introduction ol li .pic {
    margin: 1.2rem 20px 0;
    text-align: center
  }
  .home #main .parts-introduction ol li .detail p {
    margin-top: 0.4rem;
    font-size: 1.6rem;
    line-height: 1.7em;
    color: #555
  }
  .home #main .parts-introduction ol li .detail p:first-child {
    margin-top: 1rem
  }
  .home #main nav.nav-news {
    position: relative;
    margin: 0;
    padding: 6rem 0
  }
  .home #main nav.nav-news::after {
    content: "";
    display: block;
    width: calc(200vw + 100%);
    height: 100%;
    position: absolute;
    left: calc(0px - 100vw);
    top: 0;
    z-index: -1;
    background: #fff
  }
  .home #main nav.nav-news p.nav-title {
    margin: 0;
    font-size: 2.4rem;
    line-height: 1.7em;
    color: #555;
    text-align: center
  }
  .home #main nav.nav-news ol {
    margin: 1.5rem 0 0 0;
    padding: 0;
    border-bottom: 1px dotted #ded3bd
  }
  .home #main nav.nav-news ol li {
    margin: 0;
    padding: 1.5rem 0 1.2rem;
    list-style: none;
    border-top: 1px dotted #ded3bd;
    font-size: 1rem;
    line-height: 1.7em;
    display: flex;
    flex-wrap: wrap;
    align-items: center
  }
  .home #main nav.nav-news ol li time {
    white-space: nowrap;
    word-spacing: 0.281em;
    width: 90px;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.2em
  }
  .home #main nav.nav-news ol li .label {
    display: inline-block;
    margin: 0 0 0 5px;
    width: 120px;
    padding: 4px 8px;
    background: #f9d6ca;
    font-size: 1.1rem;
    line-height: 1.7em;
    font-weight: bold;
    text-align: center
  }
  .home #main nav.nav-news ol li p.title {
    margin: 0.4rem 0 0;
    font-size: 1.6rem;
    line-height: 1.7em
  }
  .home #main nav.nav-news p.news-more {
    width: 240px;
    margin: 3.5rem auto 0
  }
  .home #main nav.nav-news p.news-more a {
    display: block;
    padding: 7px 0 10px;
    border: 2px solid #e29693;
    border-radius: 10em;
    font-size: 1.8rem;
    line-height: 1.7em;
    text-align: center;
    background-position: 20px center;
    box-shadow: 0 0 2px 1px rgba(200, 200, 200, 0.7);
    text-decoration: none
  }
  #main p strong {
    font-size: 1.8rem;
    line-height: 1.7em;
    font-weight: bold
  }
  #main table[class^="parts-table-"] {
    width: 100%;
    margin: 2.5rem 0 0 0;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd
  }
  #main table[class^="parts-table-"] th, #main table[class^="parts-table-"] td {
    padding: 6px 13px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 1.7em
  }
  #main table[class^="parts-table-"] p, #main table[class^="parts-table-"] ul, #main table[class^="parts-table-"] ol, #main table[class^="parts-table-"] li {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.7em
  }
  #main table[class^="parts-table-"] th.valign-middle, #main table[class^="parts-table-"] td.valign-middle {
    vertical-align: middle
  }
  #main table[class^="parts-table-"].parts-table-normal {
    display: block;
    width: 100vw;
    margin-right: -10px;
    margin-left: -10px;
    border: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative
  }
  #main .parts-table-normal-outer {
    position: relative
  }
  #main .parts-table-normal-outer::before {
    opacity: 0;
    display: block;
    content: "スワイプして表を見る";
    box-sizing: border-box;
    width: 100vw;
    height: 100%;
    padding: 10vw 0 0 calc(20px);
    background: url(/web/20220320074803im_/http://www.showamura.or.jp/common/img/gesture-swipe.gif) calc(77vw - 20px) 4vw/23vw auto no-repeat, rgba(0, 0, 0, 0.3) left top/100% 100%;
    position: absolute;
    left: -10px;
    top: 0;
    z-index: 1;
    font-size: 6vw;
    line-height: 1.7em;
    font-weight: bold;
    color: #fff;
    pointer-events: none;
    opacity: 0;
    transition: opacity 250ms
  }
  #main .parts-table-normal-outer[data-table-scroll=""]::before {
    opacity: 1
  }
  #main .parts-table-normal-outer::after {
    display: block;
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: -10px;
    top: 0;
    pointer-events: none;
    opacity: 1;
    transition: opacity 250ms;
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) calc(100vw - 10px), #fff 100%)
  }
  #main .parts-table-normal-outer[data-table-scroll=""]::after {
    opacity: 0
  }
  #main table[class^="parts-table-"].parts-table-normal tbody {
    display: block;
    width: 710px;
    padding: 0 10px
  }
  #main table[class^="parts-table-"].parts-table-normal tr:first-child th {
    background-color: #e8e8e8;
    white-space: nowrap;
    border-top: solid 1px #ddd
  }
  #main table[class^="parts-table-"].parts-table-normal th {
    background-color: #f3f3f3;
    border-left: solid 1px #ddd;
    font-weight: bold
  }
  #main table[class^="parts-table-"].parts-table-oneline tbody {
    display: block
  }
  #main table[class^="parts-table-"].parts-table-oneline tbody tr {
    display: block
  }
  #main table[class^="parts-table-"].parts-table-oneline tbody tr th {
    display: block;
    background-color: #f3f3f3;
    font-weight: bold
  }
  #main table[class^="parts-table-"].parts-table-oneline tbody tr td {
    display: block
  }
  #main div[class^="parts-box-"] {
    margin: 2.5rem 0 0 0;
    padding: 1.3rem 10px 1.6rem 13px
  }
  #main div[class^="parts-box-"] :first-child {
    margin-top: 0
  }
  #main div[class^="parts-box-"].parts-box-normal {
    border: 1px solid #ddd
  }
  #main table[class^="parts-cols-"] {
    display: block;
    width: 100%
  }
  #main table[class^="parts-cols-"] tbody, #main table[class^="parts-cols-"] tr, #main table[class^="parts-cols-"] td {
    display: block;
    width: 100%
  }
  #main table[class^="parts-cols-"].parts-cols-4 tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
  #main table[class^="parts-cols-"].parts-cols-4 tr td {
    width: auto;
    padding: 0 10px
  }
  #main table[class^="parts-cols-"] img {
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #ddd
  }
  #main table[class^="parts-cols-"] p.caption {
    margin: 0.3rem 0 0 0;
    font-size: 1.2rem;
    line-height: 1.7em;
    text-align: center
  }
  .home #main ul[class^="parts-mark-"] {
    margin-left: 0
  }
  .home #main ul[class^="parts-mark-"] li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 1.6rem;
    line-height: 1.7em;
    font-weight: bold
  }
  .home #main ul[class^="parts-mark-check"] li::before {
    display: block;
    content: '';
    position: absolute;
    top: calc(((1.6rem * 1.7) / 2) - 8px);
    left: 0.5rem;
    width: 13px;
    height: 6px;
    border-left: 3px solid #888;
    border-bottom: 3px solid #888;
    transform: rotate(-45deg)
  }
  .home #main ul.parts-mark-check-color li::before {
    border-left: 3px solid #ffd380;
    border-bottom: 3px solid #ffd380
  }
  .home #main ul.parts-mark-counter {
    counter-reset: i
  }
  .home #main ul.parts-mark-counter li::before {
    display: block;
    box-sizing: border-box;
    width: 2.4rem;
    height: 2.4rem;
    background: #ffd380;
    border-radius: 50%;
    padding-top: 0.5rem;
    counter-increment: i;
    content: counter(i);
    font-size: 1.4rem;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
    top: calc(((1.6rem * 1.7) / 2) - (1.4rem / 2) - 0.6rem);
    left: 0
  }
  .home #main ul.box-point {
    margin: 3rem 0 0 0;
    border-top: 1px solid transparent;
    display: flex;
    flex-wrap: wrap;
    counter-reset: i
  }
  .home #main ul.box-point li {
    margin: 3rem 0 0 0;
    padding: 0;
    list-style: none
  }
  .home #main ul.box-point li p {
    margin-top: 0.3rem
  }
  .home #main ul.box-point li p.title {
    position: relative;
    padding-left: 30px;
    font-size: 1.8rem;
    line-height: 1.7em;
    font-weight: bold
  }
  .home #main ul.box-point li p.title::before {
    display: block;
    box-sizing: border-box;
    width: 2.4rem;
    height: 2.4rem;
    background: #ffd380;
    border-radius: 50%;
    padding-top: 0.5rem;
    counter-increment: i;
    content: counter(i);
    font-size: 1.4rem;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
    top: calc(((1.8rem * 1.7) / 2) - (1.4rem / 2) - 0.5rem);
    left: 0
  }
  .home #main ul.box-point li p img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    border: 1px solid #ddd
  }
  .home #main ul.box-point li p.caption {
    margin: 0.5rem 0 0 0;
    font-size: 1.4rem;
    line-height: 1.7em
  }
  .home #main ol.flow-each {
    margin: 0;
    border-top: 1px solid transparent;
    padding: 0;
    counter-reset: i
  }
  .home #main ol.flow-each li {
    position: relative;
    margin: 4rem 0 0 0;
    padding: 0;
    list-style: none
  }
  .home #main ol.flow-each li:not(:first-child)::before {
    content: "";
    display: block;
    width: 16px;
    height: 21px;
    background: #ddd;
    position: absolute;
    left: calc(50% - 8px);
    top: -3.4rem
  }
  .home #main ol.flow-each li:not(:first-child)::after {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border-right: 6px solid #ddd;
    border-bottom: 6px solid #ddd;
    transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 12px);
    top: calc(0px - 3.4rem)
  }
  .home #main ol.flow-each li p {
    margin-top: 0.3rem
  }
  .home #main ol.flow-each li p.title {
    position: relative;
    padding-left: 30px;
    font-size: 1.8rem;
    line-height: 1.7em;
    font-weight: bold
  }
  .home #main ol.flow-each li p.title::before {
    display: block;
    box-sizing: border-box;
    width: 2.4rem;
    height: 2.4rem;
    background: #ffd380;
    border-radius: 50%;
    padding-top: 0.5rem;
    counter-increment: i;
    content: counter(i);
    font-size: 1.4rem;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
    top: calc(((1.8rem * 1.7) / 2) - (1.4rem / 2) - 0.5rem);
    left: 0
  }
  .home #main ol.flow-each li p.pic img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    border: 1px solid #ddd
  }
  .home #main ol.flow-each li p.caption {
    margin: 0.5rem 0 0 0;
    font-size: 1.6rem;
    line-height: 1.7em
  }
  #main .contacts {
    margin: 5rem -10px 0;
    padding: 2rem 0;
    background: #fefbf6;
    border-top: 1px solid #f2cf8c;
    border-bottom: 1px solid #f2cf8c
  }
  #main .contacts p, #main .contacts ul, #main .contacts li {
    margin: 0;
    padding: 0;
    list-style: none
  }
  #main .contacts > p.title {
    font-size: 2.2rem;
    line-height: 1.7em;
    font-weight: bold;
    text-align: center
  }
  #main .contacts .contacts-conversion {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0
  }
  #main .contacts .contacts-conversion .conversion-web {
    margin: 2rem 10px 0;
    padding: 0
  }
  #main .contacts .contacts-conversion .conversion-web .conversion-web-button a {
    display: block;
    box-sizing: border-box;
    max-width: 400px;
    margin: 0 auto;
    padding: 6px 20px 5px 30px;
    position: relative;
    border: 2px solid #e29693;
    border-radius: 10em;
    background: #fabebc left top;
    box-shadow: 0 0 2px 1px rgba(200, 200, 200, 0.7), 0 0 0 1px #fff inset;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.7em;
    font-weight: bold;
    color: #fff
  }
  #main .contacts .contacts-conversion .conversion-web .conversion-web-button a::before {
    display: block;
    content: "";
    width: 24px;
    height: 19px;
    position: absolute;
    left: 18px;
    top: calc(50% - 9px);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAeCAYAAABe3VzdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAtJJREFUeNrs11tv0lAcAPADaza5yJiwjVu5GDUBB8vULaLthtOxl+mDJnsw+uS8PPgdjB/AwWCwqE8+atwHEB8kcV7YdJKYPem8DFFJzDLFgVlY8V8siZYW2mpIjZ7kcNpzTk9/OT09/aO4uW/PdYTQachtSF7pOeRjGPxMIHkmr9psvqhEMk76HTv7ZQ1UYlirrIF0wgR3VKkQORVFnX19km+2ns2ie+fPokIuJx2oxXG0xWBAn9LpX+pLxSJKXjhXLFNUEE7nJPi2K1pa5sqbm2Z2g8ZiRSa/Hy3P3q59zOwKGGSDuBJ6ZOztrekMOJVCqbwDh4RInAvGvc+JM1vQUCyegbFTnOuwpoYqU6063SgxGX5s9HEi1QzyoECck8FZeHDvtDYbWSoU1oQBId3q35uvIEPhVAPkAQE4+rFa2Q2wx/3A4TgJp29532S+BkB+AWSQmAylDF4fF1IDyEQdpIOZuVqcyYQCsXiWxsF93tTdauo1VpDt7aNkKDxv8Hr5kPRM+tk42MNonI0TF595r8XtDXENgQzyMyCDZGhqwdDTw4XUMjO5n6my0ziqVMJrcN3d9GOlcQSM+1rQZi2kE4McIcORJ9s8u/mQd+HweH3czIetdgcpFCcY+BPyyGAkusiHhGIWcHZ2m6qLwTkquFeiPndiOjPI4QrS7RF0DY2DF+Ijg1sW/T0We0EVSUaizzrcbmE4p1MSThKwimzT62Emp9N8M6nq7EJD07Eq7qXkiEbqhXDTNUAeCly9tjhw6TKyDR9mbcKxnM7lGvwdnKhohg85vvCUcI6NjUM+urq0dGIjn0dGn28FU6tHoP1F08KtOsgiFDfoDNgBOhCG/ADq15saDwrEzv/xqFruEfXfF/KXy5QCio5mImBpIGsggAkCfs1k6D/wq82eqWwy+X8N/ntATKP+hnnOTKCVRALCpU1Z4bRWG9p18tTD7wIMAHXPCY4rtpPLAAAAAElFTkSuQmCC) left top/20px auto no-repeat
  }
  #main .contacts .contacts-conversion .conversion-web .conversion-web-button a:hover {
    background: #a93432 left top/20px auto no-repeat;
    color: #fff
  }
  #main .contacts .contacts-conversion .conversion-web .conversion-web-button a:hover::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAeCAYAAABe3VzdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYJJREFUeNrsl8lKA0EQhntEFJeDHt0Vn0FxB0XjLQfvgi/kE3jyAXwA9eiaKCp4NBq3GHORGBHFg+NfUAMeUj2dTE9sZAq+w0xnMh9V6eqK5/v+hlJqFbQqt+ISpD0I+srdWG9SbseY64Itrguqfyf4AWaBVwejoGhD8AscCZ9vA9tgpsb3jIA90COsP4CMqeA3WAbHwpe1s+S0odwwy/UK649clXItJX5jyUyI5JSB3D7oC5G7q+c3WAEpjWQH2NFIDnHmJLkCy91G2SQVzmRWI0mZnBTk+oXnnkzkTHfxK2fyRFjv5ExO8PUgyw1o5GiT5W22GZJcAqcayV2wEiJX5Mzl4+iDJLkIzjSSW5xBndxNnI2aJBc0klI8s9x1I466QPI8brkoZ3EgeWEol/uLYYE6/7ym3CUwF0XOxjRT5paxxhskiHuWu4o6zTRbmIhowtlkxkEXOADvNsYtG4K/I5sMrK5FtRLT9NvtiEvVm/QH/iUpcSLYmPh0XfDwR4ABADJiVtfr9DtBAAAAAElFTkSuQmCC) left top/20px auto no-repeat
  }
  #main .contacts .contacts-conversion .conversion-tel {
    margin: 2rem 10px 0;
    padding: 0 0 0 0;
    text-align: center
  }
  #main .contacts .contacts-conversion .conversion-tel .conversion-tel-button {
    position: relative;
    vertical-align: bottom;
    word-break: break-all;
    font-size: 2.2rem;
    line-height: 1.1em;
    font-weight: bold
  }
  #main .contacts .contacts-conversion .conversion-tel .conversion-tel-button a {
    display: block;
    box-sizing: border-box;
    max-width: 400px;
    margin: 0 auto;
    padding: 12px 0px 11px 25px;
    position: relative;
    border: none;
    border-radius: 10em;
    background: #fff;
    box-shadow: 0 0 2px 1px rgba(200, 200, 200, 0.7);
    cursor: pointer;
    text-align: center
  }
  #main .contacts .contacts-conversion .conversion-tel .conversion-tel-button a:hover {
    box-shadow: 0 0 2px 1px rgba(200, 200, 200, 0.7), 0 0 0 1px #fff inset;
    background: #fafafa
  }
  #main .contacts .contacts-conversion .conversion-tel .conversion-tel-button a::before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: calc(50% + -9px);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABExJREFUeNrMWWtMVEcU/vaFuLB0ZX2tu4vI8hCNtUVMMDFGUGlMt2iDaLRNbEFT39ZEozHGH6IS//qqtVV+NK2aNDSxGmOi0MRXFKlJjQ9sqEbRtYKP8rLuCnjOdVhAV7izuxc8yRfmcu+Z8805M3NmzuqOZGYgBNETJhKyCZmEVIKDECPeNxPuE24RLhMqCJWENllDRsnvnYTlhC8Irh6+G0CIJ4wj5Iv/3SP8TNhDqJXxhBqxiY5rCBt6IfcucQndGtGXLVIE5xJuEpYRohC+RIm+uM954RDk8H9HOEIYjMgL93lY2DDKEjQTfiMsgfayRNgyqyXIozlE8KDvxCNsGtUQ3E3IQ99LnrDdI0GetN+g/4Rtz38XQVuwEfQkppgY6PT6SJNkDkOCEdyqdrXqTSYkF8xF1rYSzPy1DFFxcZEkyBt88ZsEEwhFanv46Ns1+HjtOnjPnkGsy4X0rwsj7cVCwSlAcClHTI3mB0luuOcUKKE1DxuOFq8XSbNmw2g2R5KgSXBSCDK+VKuZ6PEE5l1iXh5u/34UJosFjqnZkfYic9J3nEqcarVs4z4MtKPj4+FrbECb3w/X9BmRJsicJjLBHBmtaFv3HO/MzkFt+WnEJY7UYtvJZoIT5HTauz0NyZiAR1VVuH3smBYEMzm1pMlotDyqo5WrLDD8W3kJ59ethb+5WauNO409aJfReHrjeqBtcbq0JMdiZ4IWGY37f1R0HnnsdlhTUrQkaJHOU4+vXkXjnTuB55T5CzRNzkywUWqJtLXh2oEfOvfFTz2IHztWK36NTNArq3X35EnU/VmltHnTnrS9BAMGDeo801NunrJzFzLWb1AOFGGIlwlWS6u1t6OyeAv8TU3KY8wIB6bu3YeBQ4e9vh3l5uLhxYsY5fkMuYcOY/D48aESrDYUjLC7qTFNVtPX0IAn168hIfcT6AwGJaskUerjv2MKi2BNTsZfu3bCmpqG0Qu/gt5oRN2VK8rgJOQnHV3cs6hxIdQhcg7OKt4KQ3T0245ubcWN0lIKvxXu/Dnwnj+HM6tXyXSfxSG+JHORDrbtlC8uQrP3wVvv2LNjFi1CbEICqnaUQG+QqhMwp0oOMft8KGFyqCT/r6/HP2VlePm8hXJyIi2M2G7vYx0OJUOeXbNaJsR7Cad0ojbjFDf+8C/mOh3NvxRY01Lp5B2F1hcv8Kz6Jv6rqZGa4gReG7XGLu78Udz4wxPy0LO/bykIQw52TLuumWQzJwr0vzCHTcEuTfxixXtAcFVXR72Zi7lW8n0/kttP+KW3ygKP4Gg/kGObK9WUPnzidn+iD8kdFzZ9aqtbLYRZfRRutvG5sKm6/MbiF6UxHlm9BsS4zwXChr+n82BvwgsnnbAvWAhCEJ/oK12U3Ho9sKod7VKxu+/A6wq+dNoWum7Rl6qoyFb5eXfnQvhGceHPEdfWVJEuO5Jwk/iW0wmfbMsR4s8QrwQYAH/rBlwOFqpcAAAAAElFTkSuQmCC) no-repeat 0 0/18px auto
  }
  #main .contacts .contacts-conversion .conversion-tel .conversion-tel-button .tel-free {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1.1em
  }
  #main .contacts .contacts-conversion .conversion-tel ul.notice {
    margin-top: 0.8rem;
    text-align: left
  }
  #main .contacts .contacts-conversion .conversion-tel ul.notice li {
    margin-top: 0.2rem;
    font-size: 1.2rem;
    line-height: 1.7em
  }
  #main .contacts .contacts-conversion .conversion-tel ul.notice li a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABExJREFUeNrMWWtMVEcU/vaFuLB0ZX2tu4vI8hCNtUVMMDFGUGlMt2iDaLRNbEFT39ZEozHGH6IS//qqtVV+NK2aNDSxGmOi0MRXFKlJjQ9sqEbRtYKP8rLuCnjOdVhAV7izuxc8yRfmcu+Z8805M3NmzuqOZGYgBNETJhKyCZmEVIKDECPeNxPuE24RLhMqCJWENllDRsnvnYTlhC8Irh6+G0CIJ4wj5Iv/3SP8TNhDqJXxhBqxiY5rCBt6IfcucQndGtGXLVIE5xJuEpYRohC+RIm+uM954RDk8H9HOEIYjMgL93lY2DDKEjQTfiMsgfayRNgyqyXIozlE8KDvxCNsGtUQ3E3IQ99LnrDdI0GetN+g/4Rtz38XQVuwEfQkppgY6PT6SJNkDkOCEdyqdrXqTSYkF8xF1rYSzPy1DFFxcZEkyBt88ZsEEwhFanv46Ns1+HjtOnjPnkGsy4X0rwsj7cVCwSlAcClHTI3mB0luuOcUKKE1DxuOFq8XSbNmw2g2R5KgSXBSCDK+VKuZ6PEE5l1iXh5u/34UJosFjqnZkfYic9J3nEqcarVs4z4MtKPj4+FrbECb3w/X9BmRJsicJjLBHBmtaFv3HO/MzkFt+WnEJY7UYtvJZoIT5HTauz0NyZiAR1VVuH3smBYEMzm1pMlotDyqo5WrLDD8W3kJ59ethb+5WauNO409aJfReHrjeqBtcbq0JMdiZ4IWGY37f1R0HnnsdlhTUrQkaJHOU4+vXkXjnTuB55T5CzRNzkywUWqJtLXh2oEfOvfFTz2IHztWK36NTNArq3X35EnU/VmltHnTnrS9BAMGDeo801NunrJzFzLWb1AOFGGIlwlWS6u1t6OyeAv8TU3KY8wIB6bu3YeBQ4e9vh3l5uLhxYsY5fkMuYcOY/D48aESrDYUjLC7qTFNVtPX0IAn168hIfcT6AwGJaskUerjv2MKi2BNTsZfu3bCmpqG0Qu/gt5oRN2VK8rgJOQnHV3cs6hxIdQhcg7OKt4KQ3T0245ubcWN0lIKvxXu/Dnwnj+HM6tXyXSfxSG+JHORDrbtlC8uQrP3wVvv2LNjFi1CbEICqnaUQG+QqhMwp0oOMft8KGFyqCT/r6/HP2VlePm8hXJyIi2M2G7vYx0OJUOeXbNaJsR7Cad0ojbjFDf+8C/mOh3NvxRY01Lp5B2F1hcv8Kz6Jv6rqZGa4gReG7XGLu78Udz4wxPy0LO/bykIQw52TLuumWQzJwr0vzCHTcEuTfxixXtAcFVXR72Zi7lW8n0/kttP+KW3ygKP4Gg/kGObK9WUPnzidn+iD8kdFzZ9aqtbLYRZfRRutvG5sKm6/MbiF6UxHlm9BsS4zwXChr+n82BvwgsnnbAvWAhCEJ/oK12U3Ho9sKod7VKxu+/A6wq+dNoWum7Rl6qoyFb5eXfnQvhGceHPEdfWVJEuO5Jwk/iW0wmfbMsR4s8QrwQYAH/rBlwOFqpcAAAAAElFTkSuQmCC) 1px calc(50% + 0px)/12px auto no-repeat
  }
}
	*/