@media all and (max-width: 1350px) {
  .clean-tab {
    font-size: 16px;
    line-height: 35px;
    padding: 0 20px;
    margin-top: 20px;
  }
  .clean-tab .ic {
    font-size: 16px;
  }
  .clean-item {
    padding: 15px;
  }
  .clean-item-img {
    width: 26%;
  }
  .clean-item-img img {
    width: 100%;
  }
  .clean-item-main {
    width: 74%;
  }
  .clean-item-ttl {
    line-height: 40px;
  }
  .clean-item-ttl >p {
    font-size: 15px;
  }
  .clean-item-ttl p.co1 {
    width: 60%;
  }
  .clean-item-ttl p.co2 {
    width: 15%;
  }
  .clean-item-ttl .item-price {
    width: 25%;
  }
  .clean-item-txt {
    width: 70%;
  }
  .clean-item-txt-1 {
    font-size: 14px;
  }
  .clean-item-txt-2 {
    padding: 5px 0;
    line-height: 120%;
  }
  .clean-item-txt-lb .lb {
    min-width: 60px;
    line-height: 24px;
    background-color: #FF0000;
    font-size: 11px;
    padding: 0 5px;
  }
  .clean-item-txt-lb .lb+.lb {
    margin-left: 10px;
  }
  .clean-item-txt-3 {
    font-size: 11px;
    padding-left: 10px;
  }
  .clean-item-btn {
    width: 25%;
  }
  .clean-item-btn a {
    width: 222px;
    line-height: 44px;
    font-size: 12px;
  }
  .item-price {
    height: 40px;
  }
  .price-num {
    font-size: 20px;
  }
  .tax {
    font-size: 10px;
  }
  .en {
    font-size: 13px;
  }
  .sym {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .section1 .content {
    padding: 40px 0;
  }  
  .section1 .content-block1 {
    font-size: 14px;
    margin-bottom: 30px;
  }  
  .section1 .content-block2 {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }  
  .content-block2__title {
    font-size: 18px;
  }  
  .content-block2__col {
    max-width: 100%;
    padding: 3px 15px;
  }
  .content-block2__item {
    font-size: 14px;
    margin-bottom: 5px;
  } 
  .content-block3__content {
    font-size: 14px;
    line-height: 1.6;
  }  
  .c-pentagon {
    min-width: 200px;
    height: 93px;
    padding-right: 15px;
    margin-right: 20px;
    font-size: 18px;
  }
}

@media all and (max-width: 1024px) {
  .top-col {
    width: 25%;
  }
  .top-index-info {
    bottom: 40px;
    padding: 0 10px;
  }
  .top-index-nav a {
    font-size: 12px;
  }
  .top-article-ttl1 {
    font-size: 14px;
  }
  .top-article-ttl2 {
    font-size: 12px;
    padding-top: 8px;
  }
  .top-article-over {
    width: 72px;
    line-height: 28px;
    font-size: 12px;
    margin-top: 18px;
  }
  .logo-img img {
    max-width: 36px;
  }
  .logo-txt {
    font-size: 13px;
    padding-top: 10px;
  }
  .info {
    font-size: 11px;
  }
  .container {
    padding-left: 25%;
  }
  .h-box {
    padding-left: 25%;
  }
  .h-box-nav {
    bottom: 40px;
  }
  .h-box-nav ul li a {
    padding: 0 15px;
  }
  .h-box-nav ul li a p.txt1 {
    font-size: 14px;
  }
  .h-box-nav ul li a p.txt2 {
    font-size: 11px;
  }
  .h-box-nav ul li a:after {
    margin: 15px auto 0;
    width: 38px;
    height: 1px;
  }
  /* Title
	-------------------------------------------------*/
  .box-ttl {
    height: 80px;
    padding-left: 30px;
  }
  .box-ttl:before {
    width: 1px;
    height: 27px;
  }
  .box-ttl div {
    padding-left: 15px;
  }
  .box-ttl div p.ttl1 {
    font-size: 14px;
  }
  .box-ttl div p.ttl2 {
    padding-left: 10px;
    font-size: 11px;
  }
  /* Voice
	-------------------------------------------------*/
  .voice-article {
    padding: 30px 0 20px;
  }
  .voice-article-loca {
    width: 35%;
    padding-left: 25px;
  }
  .voice-article-loca:before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    height: 22px;
    margin-right: 10px;
  }
  .voice-article-loca .txt1 {
    font-size: 12px;
  }
  .voice-article-loca .txt2 {
    font-size: 13px;
    padding-top: 3px;
  }
  .voice-article-txt {
    width: 65%;
    padding: 0 20px 0 20px;
    font-size: 12px;
  }
  /* Parallax
	-------------------------------------------------*/
  .prl {
    background-attachment: unset;
  }
  .prl {
    height: 300px;
  }
  .prl-ttl {
    width: 300px;
    height: 80px;
  }
  .prl-ttl p {
    font-size: 20px;
  }
  .prl-ttl p:after {
    width: 38px;
    height: 1px;
    margin: 15px auto 0;
  }
  .prl-txt {
    font-size: 13px;
    padding: 30px 10px;
    min-height: 160px;
  }
  /* Items
	-------------------------------------------------*/
  .box-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-item {
    width: 25%;
    padding: 30px 10px;
  }
  .box-item-ttl1 {
    font-size: 15px;
  }
  .box-item-ttl2 {
    font-size: 11px;
    padding-top: 10px;
  }
  .box-item-txt {
    font-size: 12px;
    padding-top: 10px;
  }
  /* Flow
	-------------------------------------------------*/
  .flow {
    padding: 35px 20px;
  }
  .flow-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flow-step {
    width: 18%;
    max-width: 200px;
    height: 120px;
  }
  .flow-step:after {
    width: 16px;
    height: 31px;
    top: 50%;
    right: -36%;
  }
  .flow-step:last-of-type:after {
    display: none;
  }
  .flow-step-txt1 {
    font-size: 13px;
  }
  .flow-step-txt2 {
    font-size: 11px;
  }
  .flow-txt {
    font-size: 13px;
    padding: 20px 10px 0;
  }
  /* area
	-------------------------------------------------*/
  .area {
    padding: 15px;
  }
  /* Price
	-------------------------------------------------*/
  .price {
    padding: 20px 20px;
  }
  .price table tr th, .price table tr td {
    padding: 20px 10px;
  }
  .price table tr th {
    font-size: 13px;
  }
  .price table tr td {
    font-size: 12px;
  }
  .price-note {
    font-size: 12px;
    padding: 15px 10px;
  }
  .price-example {
    padding-top: 10px;
  }
  .price-example-txt {
    font-size: 14px;
    padding: 10px 20px;
  }
  .price-example-tb .tb-2 {
    padding: 15px 0 0;
  }
  .price-example-tb .tb-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .price-example-tb .tb-tr2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 5px;
  }
  .price-example-tb .tb-td {
    padding: 10px 5px;
    font-size: 13px;
  }
  .price-example-tb .td-1 {
    width: 260px;
    padding-left: 20px;
  }
  .price-example-tb .td-1.ic-1:before {
    width: 20px;
    height: 20px;
    background-size: cover;
    top: 7px;
    margin-right: 10px;
  }
  .price-example-tb .td-2 {
    width: 260px;
    padding-left: 20px;
  }
  .price-example-tb .td-2.ic-2:before {
    width: 18px;
    height: 17px;
    background-size: cover;
    top: 5px;
    margin-right: 10px;
  }
  .price-example-tb .td-3 {
    width: 160px;
    padding-right: 20px;
  }
  .price-example-tb .coG {
    width: 45px;
  }
  /* Profile
	-------------------------------------------------*/
  .profile-txt {
    font-size: 12px;
    padding: 20px 30px 30px;
  }
  .profile-tb .tb-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .profile-tb .tb-td {
    padding: 30px 20px;
    font-size: 13px;
  }
  .profile-tb .tb-first {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  /* Footer
	-------------------------------------------------*/
  .footer {
    height: 80px;
    padding: 0 40px;
  }
  .footer-nav ul li a {
    height: 15px;
    font-size: 12px;
    padding: 0 16px;
  }
  .footer .copyright {
    font-size: 11px;
    margin-left: 40px;
  }
  .copyright {
    font-size: 10px;
    padding-top: 20px;
  }

  .tel {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .tel:before {
    width: 30px;
    height: 20px;
    margin-right: 10px;
  }
  /* Car page
	-------------------------------------------------*/
  .car-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 35px;
  }
  .car-item {
    width: 100%;
  }
  .car-item-main {
    padding: 20px;
  }
  .car-item-head {
    padding: 0 10px 0 20px;
  }
  .car-item-name {
    font-size: 20px;
    color: #202020;
    padding: 15px 0;
  }
  .car-item-price {
    padding: 15px 0;
  }
  .car-item-price .lb {
    display: inline-block;
    width: 54px;
    line-height: 24px;
    background-color: #D90000;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-right: 10px;
  }
  .car-item-price .txt1 {
    font-size: 12px;
    color: #202020;
    padding-right: 5px;
  }
  .car-item-price .txt2 {
    font-size: 14px;
    color: #202020;
  }
  .car-item-price .txt2 span.coRed {
    font-size: 22px;
    color: #D80000;
    font-weight: bold;
  }
  .car-item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 0 10px;
  }
  .car-item-parameter {
    padding: 20px 0;
    padding-right: 10px;
    min-width: 100px;
  }
  .car-item-parameter p {
    display: inline-block;
  }
  .car-item-parameter .la-pa {
    width: 54px;
    line-height: 24px;
    border: 1px solid #0085B2;
    text-align: center;
    font-size: 11px;
    color: #0085B2;
  }
  .car-item-parameter .parameter {
    line-height: 24px;
    font-size: 14px;
    color: #0085B2;
    margin-left: 10px;
  }
  .car-item-footer {
    font-size: 13px;
    line-height: 160%;
    color: #202020;
    padding: 15px;
  }

  /* Recycling page
  -------------------------------------------------*/

  .recycling-items {
    padding: 20px;
  }
  .recycling-item {
    border: 1px solid #ccc;
    margin-bottom: 30px;
  }
  .recycling-item-ttl p {
    line-height: 40px;
    font-size: 16px;
  }
  .recycling-item-cont {
    padding: 10px;
  }
  .recycling-item-cont p {
    max-width: 250px;
    font-size: 14px;
    padding: 10px 5px 5px;
  }
  .item-price {
    height: 40px;
  }
  .price-num {
    font-size: 20px;
  }
  .tax {
    font-size: 10px;
  }
  .en {
    font-size: 13px;
  }
  .sym {
    font-size: 18px;
  }

  /* Cleaning
  -------------------------------------------------*/
  .clean-items {
    max-width: 600px;
  }
  .clean-tab {
    font-size: 16px;
    line-height: 35px;
    padding: 0 20px;
    margin-top: 20px;
  }
  .clean-tab .ic {
    font-size: 16px;
  }
  .clean-item {
    padding: 15px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .clean-item-img {
    width: 100%;
    text-align: center;
  }
  .clean-item-img img {
    width: 100%;
    max-width: 264px;
  }
  .clean-item-main {
    width: 100%;
  }
  .clean-item-cont {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clean-item-ttl {
    line-height: 40px;
  }
  .clean-item-ttl >p {
    font-size: 15px;
  }
  .clean-item-ttl p.co1 {
    width: 60%;
  }
  .clean-item-ttl p.co2 {
    width: 15%;
  }
  .clean-item-ttl .item-price {
    width: 25%;
  }
  .clean-item-txt {
    width: 100%;
    padding-bottom: 20px;
  }
  .clean-item-txt-1 {
    font-size: 14px;
  }
  .clean-item-txt-2 {
    padding: 5px 0;
    line-height: 120%;
  }
  .clean-item-txt-lb .lb {
    min-width: 60px;
    line-height: 24px;
    background-color: #FF0000;
    font-size: 11px;
    padding: 0 5px;
  }
  .clean-item-txt-lb .lb+.lb {
    margin-left: 10px;
  }
  .clean-item-txt-3 {
    font-size: 11px;
    padding-left: 10px;
  }
  .clean-item-btn {
    width: 100%;
  }
  .clean-item-btn a {
    width: 222px;
    line-height: 44px;
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  .top-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .top-col {
    width: 100%;
    height: 100vh;
  }
  .top-fixed {
    height: 80px;
  }
  .top-fixed .top-index-info {
    display: none;
  }
  .top-fixed .logo-img img {
    max-width: 25px;
  }
  .top-fixed .logo-txt {
    font-size: 12px;
    padding-top: 0px;
  }
  .top-index-info {
    bottom: 40px;
    padding: 0 10px;
  }
  .top-index-nav a {
    font-size: 11px;
  }
  .top-article-ttl {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .top-article-ttl div {
    color: #fff;
  }
  .top-article-ttl1 {
    font-size: 14px;
  }
  .top-article-ttl2 {
    font-size: 12px;
    padding-top: 8px;
  }
  .top-article-over {
    width: 72px;
    line-height: 28px;
    font-size: 12px;
    margin: 10px auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .top-article.init .top-article-over,
  .top-article:hover .top-article-over {
    -webkit-transform: none;
    transform: none;
  }
  .top-article.init .top-article-info, 
  .top-article:hover .top-article-info {
    -webkit-transform: none;
    transform: none;
  }
  .top-article-bg {
    opacity: 1;
  }
  .info {
    font-size: 11px;
    color: #FFF;
  }
  .container {
    padding-left: 0;
  }
  .h-box {
    padding-left: 0;
  }
  .h-box-nav {
    position: static;
    padding-left: 0;
  }
  .h-box-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
  }
  .h-box-nav ul li {
    padding: 20px 0;
  }
  .h-box-nav ul li a {
    padding: 0 15px;
  }
  .h-box-nav ul li a p {
    color: #212121;
  }
  .h-box-nav ul li a p.txt1 {
    font-size: 13px;
  }
  .h-box-nav ul li a p.txt2 {
    font-size: 11px;
  }
  .h-box-nav ul li a:after {
    margin: 15px auto 0;
    width: 38px;
    height: 1px;
  }
  /* Title
	-------------------------------------------------*/
  .box-ttl {
    height: 60px;
    padding-left: 10px;
  }
  .box-ttl:before {
    width: 1px;
    height: 27px;
  }
  .box-ttl div {
    padding-left: 10px;
  }
  .box-ttl div p.ttl1 {
    font-size: 12px;
  }
  .box-ttl div p.ttl2 {
    padding-left: 10px;
    font-size: 10px;
  }
  /* Voice
	-------------------------------------------------*/
  .voice-article {
    padding: 30px 10px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .voice-article-loca {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 15px;
  }
  .voice-article-loca:before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    height: 15px;
    margin-right: 10px;
  }
  .voice-article-loca .txt1 {
    font-size: 11px;
    line-height: 120%;
  }
  .voice-article-loca .txt2 {
    font-size: 12px;
    padding-top: 3px;
    line-height: 120%;
  }
  .voice-article-txt {
    width: 100%;
    padding: 0 30px;
    font-size: 10px;
  }
  /* Parallax
	-------------------------------------------------*/
  .prl {
    background-attachment: unset;
  }
  .prl {
    height: 250px;
  }
  .prl-ttl {
    width: 250px;
    height: 60px;
  }
  .prl-ttl p {
    font-size: 16px;
  }
  .prl-ttl p:after {
    width: 38px;
    height: 1px;
    margin: 10px auto 0;
  }
  .prl-txt {
    font-size: 12px;
    padding: 30px 10px;
    min-height: 160px;
  }
  /* Items
	-------------------------------------------------*/
  .box-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
  }
  .box-items.clean-items .box-item + .box-item {
    border-top: 1px solid #FBEBDD;
    border-left: 0;
  }
  .box-items.recycling-items .box-item + .box-item {
    border-top: 1px solid #F5F8EB;
    border-left: 0;
  }
  .box-item {
    width: 100%;
    padding: 30px 10px;
  }
  .box-item-ttl1 {
    font-size: 14px;
  }
  .box-item-ttl2 {
    font-size: 11px;
    padding-top: 10px;
  }
  .box-item-txt {
    font-size: 12px;
    padding-top: 10px;
  }
  /* Flow
	-------------------------------------------------*/
  .flow {
    padding: 35px 20px;
  }
  .flow-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow-step {
    width: 100%;
    max-width: 200px;
    height: 120px;
  }
  .flow-step + .flow-step {
    margin-top: 50px;
  }
  .flow-step:after {
    width: 11px;
    height: 21px;
    top: unset;
    bottom: -35px;
    right: 50%;
    -webkit-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
  }
  .flow-step:last-of-type:after {
    display: none;
  }
  .flow-step-txt1 {
    font-size: 13px;
  }
  .flow-step-txt2 {
    font-size: 11px;
  }
  .flow-txt {
    font-size: 12px;
    padding: 20px 10px 0;
  }
  /* area
	-------------------------------------------------*/
  .area {
    padding: 15px;
  }
  /* Price
	-------------------------------------------------*/
  .price {
    padding: 20px 10px;
  }
  .price table tr th, .price table tr td {
    padding: 20px 5px;
  }
  .price table tr th {
    font-size: 11px;
  }
  .price table tr td {
    font-size: 10px;
  }
  .price-note {
    font-size: 11px;
    padding: 15px 10px;
  }
  .price-example {
    padding-top: 10px;
  }
  .price-example-txt {
    font-size: 13px;
    padding: 10px 20px;
  }
  .price-example-tb .tb-2 {
    padding: 10px 0 0;
  }
  .price-example-tb .tb-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .price-example-tb .tb-tr2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 5px;
  }
  .price-example-tb .tb-td {
    padding: 10px 5px;
    font-size: 11px;
  }
  .price-example-tb .td-1 {
    width: 260px;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .price-example-tb .td-1.ic-1:before {
    width: 15px;
    height: 15px;
    top: 4px;
    margin-right: 5px;
  }
  .price-example-tb .td-2 {
    width: 260px;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
  }
  .price-example-tb .td-2.ic-2:before {
    width: 12px;
    height: 11px;
    top: 6px;
    margin-right: 10px;
  }
  .price-example-tb .td-3 {
    width: 140px;
    padding-right: 10px;
    font-size: 11px;
  }
  .price-example-tb .coG {
    width: 30px;
  }
  /* Profile
	-------------------------------------------------*/
  .profile {
    margin-top: 80px;
  }
  .profile-txt {
    font-size: 11px;
    padding: 30px 10px 30px;
  }
  .profile-tb .tb-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
  }
  .profile-tb .tb-td {
    padding: 30px 10px;
    font-size: 12px;
  }
  .profile-tb .tb-first {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
  /* Footer
	-------------------------------------------------*/
  .footer {
    height: auto;
    padding: 30px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-nav ul li a {
    height: 15px;
    font-size: 12px;
    padding: 0 16px;
  }
  .footer .copyright {
    font-size: 11px;
    margin-left: 0;
    margin-top: 30px;
  }
  .copyright {
    font-size: 10px;
    padding-top: 20px;
  }
  .contact-pd {
    margin-top: 80px;
  }
  /* Car page
	-------------------------------------------------*/
  .car-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .car-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .car-item-main {
    padding: 10px;
  }
  .car-item-head {
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .car-item-name {
    font-size: 16px;
    color: #202020;
    padding: 0;
  }
  .car-item-price {
    padding: 10px;
  }
  .car-item-price .lb {
    width: 40px;
    line-height: 20px;
    font-size: 10px;
    margin-right: 5px;
  }
  .car-item-price .txt1 {
    font-size: 11px;
    padding-right: 5px;
  }
  .car-item-price .txt2 {
    font-size: 13px;
  }
  .car-item-price .txt2 span.coRed {
    font-size: 18px;
  }
  .car-item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 10px;
  }
  .car-item-parameter {
    padding: 10px 0;
    padding-right: 10px;
    min-width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
  .car-item-parameter .la-pa {
    width: 54px;
    line-height: 24px;
    font-size: 11px;
  }
  .car-item-parameter .parameter {
    line-height: 24px;
    font-size: 13px;
    margin-left: 10px;
  }
  .car-item-footer {
    font-size: 12px;
    padding: 10px;
  }

  /* Recycling page
  -------------------------------------------------*/

  .recycling-items {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 20px 10px;
    justify-content: space-between;
  }
  .recycling-item {
    width: 48%;
    margin-bottom: 20px;
  }
  .recycling-item-ttl p {
    line-height: 34px;
    font-size: 13px;
  }
  .recycling-item-cont {
    padding: 10px;
  }
  .recycling-item-cont p {
    max-width: 250px;
    font-size: 11px;
    padding: 10px 5px 5px;
  }
  .recycling-item-cont p img {
    max-width: 60px;
  }
  .item-price {
    height: 40px;
  }
  .price-num {
    font-size: 16px;
  }
  .tax {
    font-size: 10px;
  }
  .en {
    font-size: 11px;
  }
  .sym {
    font-size: 14px;
  }

  /* Cleaning
  -------------------------------------------------*/
  .clean-items {
    max-width: 400px;
    padding: 0 10px 20px;
  }
  .clean-tab {
    font-size: 16px;
    line-height: 35px;
    padding: 0 10px;
    margin-top: 20px;
  }
  .clean-tab .ic {
    font-size: 16px;
  }
  .clean-item {
    padding: 10px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .clean-item-img {
    width: 100%;
    text-align: center;
  }
  .clean-item-img img {
    width: 100%;
    max-width: 264px;
  }
  .clean-item-main {
    width: 100%;
  }
  .clean-item-cont {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clean-item-ttl {
    line-height: 40px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .clean-item-ttl >p {
    font-size: 13px;
  }
  .clean-item-ttl p.co1 {
    width: 100%;
  }
  .clean-item-ttl p.co2 {
    width: 100%;
  }
  .clean-item-ttl .item-price {
    width: 100%;
  }
  .clean-item-txt {
    width: 100%;
    padding-bottom: 20px;
  }
  .clean-item-txt-1 {
    font-size: 12px;
    padding: 10px 0;
  }
  .clean-item-txt-2 {
    padding: 10px 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .clean-item-txt-lb {
    justify-content: center;
    padding-bottom: 10px;
  }
  .clean-item-txt-lb .lb {
    min-width: 60px;
    line-height: 24px;
    background-color: #FF0000;
    font-size: 11px;
    padding: 0 5px;
  }
  .clean-item-txt-lb .lb+.lb {
    margin-left: 10px;
  }
  .clean-item-txt-3 {
    font-size: 11px;
    padding-left: 10px;
  }
  .clean-item-btn {
    width: 100%;
  }
  .clean-item-btn a {
    width: 222px;
    line-height: 44px;
    font-size: 12px;
  }

  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section1 .content {
    padding: 30px 0;
  }  
  .section1 .content-block1 {
    font-size: 12px;
    margin-bottom: 20px;
  }  
  .section1 .content-block2 {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }  
  .content-block2__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .content-block2__col {
    padding: 0 15px;
  }
  .content-block2__item {
    font-size: 12px;
    margin-bottom: 5px;
  } 
  .content-block3__content {
    font-size: 12px;
  }  
  .c-pentagon {
    min-width: 130px;
    height: 60px;
    padding-right: 15px;
    margin-right: 10px;
    font-size: 12px;
  }
}
