@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){}
@media (min-width:768px){}
@media (max-width:767px){}

.header-tel {
    display: none;
}

.btn-l-wrap {
    margin: 40px auto 0;
    text-align: center;
}

.btn-l-wrap a {
    display: inline-block;
    border-radius: 4px;
    background: #5d9033;
    width: 60%;
    padding: 40px 30px;
    position: relative;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}

.btn-l-wrap a:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

.icon:before {
    position: absolute;
    display: block;
    content: "";
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-mail02:before {
    width: 40px;
    height: 28px;
    background: url(../images/common/icon_mail.png);
    background-size: 40px 28px;
	left: 30px;
}

.btn-l-wrap a:after {
    position: absolute;
    display: block;
    content: "";
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    width: 12px;
    height: 24px;
    background: url(../images/common/arrow03.png) center no-repeat;
    background-size: 12px 24px;
}

.noise-problem-wrap {
    background: #fef5ed;
    padding: 30px;
    margin-top: 80px;
}

.noise-problem-heading {
    text-align: center;
     margin-top: -70px;
}

.noise-problem-heading h3 {
    display: inline-block;
    background: #f19036;
    padding: 25px 40px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 100px;
    position: relative;
    margin-bottom: 50px;
}

.noise-problem-heading h3:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #f19036 transparent transparent transparent;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
}

.noise-problem-inner-copy {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}

.noise-problem-list {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.noise-problem-item {
    list-style: none !important;
    width: 32%;
    margin-right: 2%;
    position: relative;
}

.noise-problem-item:after {
    content: "";
    display: block;
    width: 40px;
    height: 43px;
    background: url(../images/common/arrow01.png);
    background-size: 40px 43px;
    position: absolute;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -25px;
z-index: 10;}

.noise-problem-item:last-child {
    margin-right: 0;
}

.noise-problem-item:last-child:after {
    display: none;
}

.noise-problem-img {
    text-align: center;
}

.noise-problem-block {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}

.noise-problem-block h4 {
    text-align: center;
    font-size: 24px;
	font-weight: bold;
	color: #f19036;
	margin-bottom: 20px;
}

.Volume-table th {
    width: 14.285%;
    text-align: center;
    border-right: solid 1px #ccc;
}

.Volume-table td {
    border-right: solid 1px #ccc;
    text-align: center;
}

.Volume-table tr:first-child th:nth-of-type(2) {
    background: #ebba10;
    color: #fff;
}

.Volume-table tr:first-child th:nth-of-type(3) {
    background: #f1af20;
    color: #fff;
}

.Volume-table tr:first-child th:nth-of-type(4) {
    background: #f18c20;
    color: #fff;
}

.Volume-table tr:first-child th:nth-of-type(5) {
    background: #f16a20;
    color: #fff;
}

.Volume-table tr:first-child th:nth-of-type(6) {
    background: #f15120;
    color: #fff;
}

.Volume-table tr:first-child th:nth-of-type(7) {
    background: #da3300;
    color: #fff;
}

.heading-deco-wrap {
    text-align: center;
}

.heading-deco {
    display: inline-block;
    position: relative;
    font-size: 32px;
    letter-spacing: 4px;
    font-weight: bold;
}

.heading-deco span {
    display: block;
    font-weight: bold;
    position: relative;
}

.heading-deco span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 15px;
    background: -webkit-repeating-linear-gradient(-45deg, #f7d933, #f7d933 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #f7d933, #f7d933 2px, #fff 2px, #fff 4px);
    z-index: -1;
}

.heading-deco:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 90px;
    background: #f19036;
    left: -20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: rotate(-20deg) translateY(-50%);
    transform: rotate(-20deg) translateY(-50%);
}

.heading-deco:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 90px;
    background: #f19036;
       right: -20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: rotate(20deg) translateY(-50%);
    transform: rotate(20deg) translateY(-50%);
}

.introduction-block {
    background: #fff3e7;
    padding: 40px 20px;
    margin-bottom: 20px;
}

.introduction-block p {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 60px;
}

.introduction-block p:after {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    background: url(../images/common/arrow02.png) center no-repeat;
    background-size: 44px 44px;
    position: absolute;
    left: 0;
    top: 0;
}

.font01 {
  font-family: Impact, sans-serif;
  font-weight: normal;
}

.font01::before,
.font01::after {
	display: none !important;
}

.product-table th {
    width: 18%;
    border: solid 1px #ccc;
}

.product-table td {
    width: 82%;
    border: solid 1px #ccc;
}

.contact-list-item-annotation {
    display: none;
}

.certificate-list-wrap {
    display: flex;
    flex-wrap: wrap;
} 

.certificate-block {
    width: 23.5%;
    margin-right: 2%;
}

.certificate-block:last-child {
    margin-right: 0;
}

.certificate-text {
    margin-top: 10px;
    text-align: center;
}

.certificate-img {
    text-align: center;
}

.certificate-img img {
    max-height: 400px;
}

.grecaptcha-badge {
	bottom: 100px !important;
}
  

@media (max-width:991px){
    .btn-l-wrap a {
        width: 90%
    }

    .noise-problem-inner-copy {
        text-align: left;
    }

    .noise-problem-list {
        padding-left: 0 !important;
    }

    .is-style-columns-sp-large .wp-block-column:not(:first-child) {
        margin-right: 2em;
        margin-left: 0;
    }
    
    .certificate-block {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .certificate-block:nth-of-type(2n) {
        margin-right: 0;
    }

}

@media (max-width:767px){

    .sp-contact-tel {
        display: none;
    }

    .btn-l-wrap a {
        width: 100%;
        padding: 20px 10px;
        font-size: 16px;
    }

    .icon-mail02:before {
        left: 10px;
    }

    .btn-l-wrap a:after {
        right: 10px;
    }

    .noise-problem-wrap {
        padding: 15px;
    }

    .noise-problem-heading h3 {
        padding: 10px 20px;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        letter-spacing: 2px;
        border-radius: 100px;
        position: relative;
        margin-bottom: 30px;
    }

    .noise-problem-inner-copy {
       font-size: 16px;
       margin-bottom: 20px;
    }

    .noise-problem-list {
        display: block;
        margin-bottom: 20px;
    }

    .noise-problem-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .noise-problem-item:last-child {
        margin-bottom: 0;
    }

    .noise-problem-item:after {
        top: inherit;
        right: inherit;
        bottom: -55px;
        transform: translateX(-50%) rotate(90deg);
        left: 50%;
    }

    .noise-problem-block h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .noise-problem-block {
        padding: 15px;
    }

    .Volume-table {
        width: 500px;
    }

    .Volume-table th { 
        display: table-cell;
    }

    .Volume-table td { 
        display: table-cell;
    }

    .heading-deco {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .introduction-block {
        padding: 20px 10px;
    }

    .introduction-block p {
        font-size: 16px;
    }

    .product-table th {
        display: table-cell;
    }
    
    .product-table td {
        display: table-cell;
    }

    .is-style-btn01 a {
        width: 100%;
    }

    
}