/* WPBakery Page builder: Custom CSS */
.tp-caption.tp-resizeme.font-one,
.tp-caption.tp-resizeme.font-two,
.tp-caption.tp-resizeme.rs-toggle-content-active,
#slide-2-layer-3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.7), -2px 2px 3px rgba(0,0,0,0.7), 2px -2px 2px rgba(0,0,0,0.7), -2px -2px 3px rgba(0,0,0,0.7);
    line-height: 1.3;
}

.tp-parallax-wrap .btn-common {
    border: 1px solid #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

.home_txt1 {
    text-align: center;
}

.home_txt1 h1 {
    margin: 0 0 30px;
    line-height: 1.4;
    color: #000b9d;
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-shadow: 
    /* 内側の縁 */
    -1px -1px 0 #fff,  
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff,
    
    /* 外側の縁 */
    -2px -2px 0 #666,
     2px -2px 0 #666,
    -2px  2px 0 #666,
     2px  2px 0 #666;
}

.home_txt1 a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 15px 25px;
    color: rgb(61, 177, 76);
    font-size: 34px;
    font-weight: 700;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid rgb(61, 177, 76);
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    transition: all 0.3s;
}

.home_txt1 a:hover {
    color: rgb(61, 177, 76);
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.home_txt1 a i {
    margin-left: 5px;
}

.home_txt2 h3 {
    font-size: 34px;
    font-weight: 500;
    color: rgb(61, 177, 76);
    text-align: center;
    line-height: 1.4;
}

.subhead_01 {
    margin: 40px auto 15px;
    padding: 5px;
    text-align: center;
    color: #fff !important;
    background-color: rgb(61, 177, 76);
    width: min(100%, 40em);
}

.text_01 {
    font-size: 24px;
    text-align: center;
}

#about .home_services .canvas-box {
    cursor: default;
}

ul.feature {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.feature > li {
    padding-left: 1.1em;
    font-size: 18px;
}

ul.feature > li + li {
    margin-top: 40px;
}

ul.feature > li > strong {
    display: block;
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 500;
    color: #800;
    transform: translateX(-1.1em);
}

ul.feature > li > strong > i {
    margin-right: 0.1em;
    color: #f00;
}

.wpb_wrapper .heading {
    padding: 3px 0;
    letter-spacing: 0.07em;
    font-weight: 800;
    color: yellow;
    text-shadow:
        2px 2px 0px rgb(61, 177, 76), -2px -2px 0px rgb(61, 177, 76),
       -2px 2px 0px rgb(61, 177, 76),  2px -2px 0px rgb(61, 177, 76),
        2px 0px 0px rgb(61, 177, 76), -2px  0px 0px rgb(61, 177, 76),
        0px 2px 0px rgb(61, 177, 76),  0px -2px 0px rgb(61, 177, 76);
}

#testinomial h2.heading {
    color: yellow;
}

.text_01 .fa-phone {
    margin-right: 5px;
    color: rgb(61, 177, 76);
    font-size: 140%;
    transform: translateY(0.15em);
}

.text_line .fa-phone {
    margin-right: 5px;
    color: #82b440;
    font-size: 140%;
    transform: translateY(0.15em);
}

@media screen and (min-width:860px) {
    a[href^="tel"] {
        pointer-events: none;
    }
}

.text_02 {
    text-align: center;
}

.text_02 h3 {
    margin: 0 0 15px;
    color: rgb(61, 177, 76);
    font-size: 28px;
}

.text_02 p {
    font-size: 22px;
    line-height: 1.6;
}

#ServiceFeature h2.magin30 {
    padding: 3px 0;
    font-weight: 600;
    color: yellow;
    text-shadow:
        2px 2px 0px rgb(61, 177, 76), -2px -2px 0px rgb(61, 177, 76),
       -2px 2px 0px rgb(61, 177, 76),  2px -2px 0px rgb(61, 177, 76),
        2px 0px 0px rgb(61, 177, 76), -2px  0px 0px rgb(61, 177, 76),
        0px 2px 0px rgb(61, 177, 76),  0px -2px 0px rgb(61, 177, 76);
}

.speedRepair {
    width: fit-content;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    line-height: 1.6;
    background-color: #ffff75;
    border-radius: 10px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}

.speedRepair h3 {
    margin-bottom: 25px;
    font-size: 28px;
    color: #4c4cbf;
    text-shadow:
        1px 1px 0px rgba(255, 255, 255,0.8), -1px -1px 0px rgba(255, 255, 255,0.8),
       -1px 1px 0px rgba(255, 255, 255,0.8),  1px -1px 0px rgba(255, 255, 255,0.8),
        1px 0px 0px rgba(255, 255, 255,0.8), -1px  0px 0px rgba(255, 255, 255,0.8),
        0px 1px 0px rgba(255, 255, 255,0.8),  0px -1px 0px rgba(255, 255, 255,0.8);
}

.speedRepair p {
    margin: 0;
    font-size: 22px;
}

.speedRepair p+p {
    margin-top: 15px;
}

.speedRepair a[href^="tel"] {
    font-size: 24px;
    font-weight: 700;
}

.speedRepair .fa-phone {
    margin-right: 0.1em;
    color: rgb(61, 177, 76);
    font-size: 130%;
    transform: translateY(4px);
}