.p-example {
    margin-top: 100px;
    padding: 70px 0;
    background-color: #F2F2F2;
    position: relative;
}
.p-example__lead p,
.p-example__lead h2 {
    font-size: 25px;
    font-weight: bold;
    color: #DE3232;
    text-align: center;
}
.p-example-bg {
    background-color: white;
    padding: 40px 0 200px 0;
    margin-top: 40px;
}
.p-example-bg:nth-child(2) {
    padding: 40px 0 280px 0;
}
.p-example-bg__lead p {
    font-size: 20px;
    color: #DE3232;
    font-weight: bold;
    text-align: center;
}
.p-example-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 40px;
    margin-top: -160px;
}
.p-example-content:nth-child(3) {
    margin-top: -240px;
}
.p-example-content-item {
    width: 31.5%;
}
.p-example-content-item img {
    width: 100%;
}
.p-example-content-item p {
    font-size: 16px;
    margin-top: 5px;
}
.p-example__btn{
  text-align: center;
}
.p-example__btn a{
  background-color: white;
  border: 1px solid #e13232;
  padding: 8px 0;
  width: 190px;
  color: #e13232;
  display: inline-block;
}
.p-example-content-item .p-example__btn{
  margin: 10px 0 0;
}
.clr-05{
    color: #005099 !important;
}
.p-example-bottom {
    margin-top: 80px;
    padding: 0 0 0;
}
.p-example__lead {
    margin: 50px 0;
}
.p-example__lead p {
    font-size: 20px;
    margin-top: 30px;
    border-bottom: 2px solid #B0B0B0;
    padding-bottom: 10px;
}
.p-example__title p {
  font-size: 20px;
  margin-top: 15px;
  padding: 0 10px;
  display: inline-block;
  background: linear-gradient(transparent 60%, #efefef 60%);
}
.p-example__txt p {
    font-size: 16px;
    margin-top: 20px;
}
.p-example__txt a{
    color: #e13232;
    text-decoration: revert;
}
.p-plastic-exItem__txtarea {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.p-plastic-exItem__lead {
    font-size: 20px;
    margin-top: 15px;
    padding: 0 10px;
    display: inline-block;
    background: linear-gradient(transparent 60%, #efefef 60%);
}
.p-plastic-exItem {
    display: flex;
    padding: 40px 0;
}
.p-plastic-exItem__img {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0 0 0 3%;
}
.p-plastic-exItem__img img {
    width: 50%;
}
.p-plastic-contact {
    text-align: center;
}
.p-plastic-contact p {
    font-weight: bold;
    font-size: 24px;
}
.plastic-button {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}
.plastic-button a {
    display: inline-block;
    background-color: #00519E;
    color: #ffffff;
    margin: 15px 2% 10px 2%;
    min-width: 466px;
    border-radius: 6px;
    border: 2px solid;
    padding: 24px 22px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}
.plastic-button a:nth-child(1) {
    margin-left: 0px;
}
.plastic-button a:nth-child(2) {
    margin-right: 0px;
}
.plastic-button a::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/plastic/icon_arrow1.png);
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
}
.p-plastic-faq-item {
    background-color: white;
    padding: 10px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    margin-top: 28px;
    position: relative;
    text-align: center;
}
.p-plastic-faq-item::after {
    content: "";
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #e13232 transparent transparent transparent;
    position: absolute;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.p-plastic-faq-item.arrow_invalid::after{
    display: none;
}
.p-plastic-faq-item:last-child::after{
    display: none;
}
.p-plastic-faq-item p:nth-child(1) {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
}
.p-faq-item p:nth-child(2) {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
}
.p-plastic-faq-item2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    margin-top: 28px;
    position: relative;
    text-align: center;
    gap: 40px;
}
.p-plastic-faq-item2 p:nth-child(1)::before {
    content: "";
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #e13232 transparent transparent transparent;
    position: absolute;
    bottom: 94px;
    left: 25%;
    -webkit-transform: translate(-50%, 0);
}
.p-plastic-faq-item2 p:nth-child(1)::after {
    content: "";
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #e13232 transparent transparent transparent;
    position: absolute;
    bottom: -22px;
    left: 25%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.p-plastic-faq-item2 p:nth-child(2)::after {
    content: "";
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #e13232 transparent transparent transparent;
    position: absolute;
    bottom: -22px;
    left: 75%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.p-plastic-faq-item2 p:nth-child(2)::before {
    content: "";
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #e13232 transparent transparent transparent;
    position: absolute;
    bottom: 94px;
    left: 75%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.p-plastic-faq-item2 p:nth-child(1),.p-plastic-faq-item2 p:nth-child(2)  {
	background-color: white;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0;
}
.p-plastic-performance{
    padding: 80px 0 0 0px;
}
.p-plastic__hdg {
    line-height: 1.4;
    padding: 0.3em 0;
    border-bottom: 2px solid #d2d2d2;
}
.wp-block-table.is-style-stripes {
    position: relative;
    z-index: 1;
    margin: 25px auto;
    max-width: 1020px;
    margin: 25px auto;
    padding: 0 10px;
    border-bottom: none;
}
.p-plastic_table{
	margin-bottom: 90px;
}
.p-plastic_table-title p{
    text-align: center;
    font-size: 1.8rem;
    color: #00509D;
    font-weight: 600;
}
.is-style-stripes table tr:nth-child(1) td:nth-child(1) {
    width: 170px;
}
.is-style-stripes tbody tr:nth-child(even) {
    background-color: #F2F2F2!important;
    border: 1px solid #0D0D0D;
}
.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #ffffff!important;
}
.wp-block-table.is-style-stripes table td(odd) {
    border: 1px solid #0D0D0D;
    padding: 17px;
    font-size: 1.6rem;
    padding-left: 10px;
    vertical-align: middle;
    line-height: normal;
}
.wp-block-table.is-style-stripes table td:nth-child(2) {
    padding: 17px 20px;
}
.is-style-stripes table tr:nth-child(1) td:nth-child(n) {
    border: 1px solid #000000;
    background-color: #ffffff;
}

.is-style-stripes table tr:last-child td:nth-child(n) {
    border-bottom: 1px solid #000000;
}
.p-plastic_table-title{
    margin: 40px 0 10px 0;
}
.tables-container {
    display: flex;
    gap: 0 3%;
    flex-wrap: wrap;
}
.tables-container table,.tables-container p {
    border-collapse: collapse;
    width: 48%;
}
.tables-container p:nth-child(1) {
    order:1;
}
.tables-container p:nth-child(2) {
    order:2;
}
.tables-container table:nth-child(3) {
    order:3;
}
.tables-container table:nth-child(4) {
    order:4;
}
.tables-container table th,.tables-container table td {
    border: 1px solid black;
    background-color: #F2F2F2;
    text-align: left;
    padding-left: 15px;
}
.tables-container table th{
    width:170px;
}

#page-feature #feature_list .wrapper::before {
    content: "";
    background-image: none;
}
#page-feature #feature_list .wrapper .list .item a .date {
    text-align: left;
}
#page-feature #feature_list .wrapper .list .item a .title {
    text-align: left;
}
@media only screen and (max-width:767px){
    .c-page-lead-1 {
        text-align: center;
    }
    .p-example {
        padding: 30px 0;
        margin-top: 50px;
    }
    .p-example__lead {
        margin: 30px 0 0 0;
    }
    .p-example__lead h2 {
        margin-top: 0;
        font-size: 20px;
    }
    .p-example__lead p{
      font-size: 17px;
      margin-top: 20px;
    }
    .p-example-bg {
      padding: 40px 0 0;
    }
    .p-example-bg:nth-child(2){
      padding: 40px 0 0;
    }
    .p-example-content {
        flex-direction: column;
        padding: 0 30px 40px;
        background-color: white;
        margin-top: 0;
    }
    .p-example-content:nth-child(3) {
        margin-top: 0;
    }
    .p-example-content-item {
        width: 100%;
        margin-top: 20px;
    }
    .p-example-bottom {
        margin-top: unset;
        padding: 40px 0 50px;
    }
    .p-example__title p {
        font-size: 17px;
    }
    .p-example__txt p {
        margin-top: 10px;
        font-size: 14px;
    }
    .p-plastic-exItem__txtarea, .p-plastic-exItem__img {
        width: 100%;
    }
    .p-plastic-exItem {
        flex-direction: column;
        padding: 0 0;
    }
    .p-plastic-exItem__txtarea, .p-plastic-exItem__img {
        width: 100%;
    }
    .p-plastic-exItem__lead {
        font-size: 15px;
    }
    .p-plastic-exItem__img {
        margin-top: 20px;
        padding: 0;
    }
    .p-plastic-exItem__img img {
        width: 50%;
    }
    .p-plastic-contact {
        margin: 20px 0 10px 0;
    }
    .plastic-button a {
        margin-left: 0;
        margin-right: 0;
        min-width: 100%;
    }
    .p-faq-item {
        flex-direction: column;
        margin-top: 35px;
        padding: 10px;
    }
    .p-faq-item p:nth-child(1) {
        width: 100%;
        font-size: 16px;
        padding: 0;
    }
    .p-faq-item::after {
        bottom: -25px;
    }
	.p-plastic-faq-item p:nth-child(1) {
	    font-size: 15px;
	}
	.p-plastic-faq-item2 {
	    gap: 10px;
	}
	.p-plastic-faq-item2 p:nth-child(1), .p-plastic-faq-item2 p:nth-child(2) {
	    font-size: 15px;
	}
	.p-plastic-faq-item2 p:nth-child(1)::before,
	.p-plastic-faq-item2 p:nth-child(2)::before {
	    bottom: 77px;
	}
	.wp-block-table.is-style-stripes {
	    margin: 15px auto;
	}
	.tables-container p:nth-child(2) {
	    order:3;
	}
	.tables-container table:nth-child(3) {
	    order:2;
	    margin: 0 0 20px 0;
	}
	.tables-container table, .tables-container p {
	    width: 100%;
	}
}