/*
Template: businesspress
Theme Name: BusinessPress Child
*/

h2.ark-block-heading__main {
    color: #444;
}

/*ヘッダー画像上*/
h2.home-header-title {
    color: #333;
    font-family: Arial;
}
.home-header-overlay {
    background-color: rgba( 0, 0, 0 ,0 );
}
.home-header-title {
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.2 )!important;
}
.site-header {
    border-bottom: none !important;
}

@media screen and (max-width: 640px) {
    .home-header img {
        width: 90%;
    }
}

/*ヘッダー部分を背景に重ねる*/
/*.main-header.main-header-original {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
    width: 100%;
}*/
/*.main-header {
    background: rgba(225,225,225,0.3);
}*/

/* *****works***** */
.works_panel {
    padding: 5% 3%;
    border: 1px solid #fcc800;
    border-radius: 3%;
}



/*お問い合わせ*/
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {
    border: solid 1px #e6e6e6;
    color: #777;
    margin-top: 0.6em;
    padding: 0.6em;
}
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-301 {
    width: 20%;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #fcc800;
}
.footer-widget-area {
    border-top: none !important;
}


/*フッター*/
.site-credit {
    display: none;
}
.site-bottom {
    background-color: #fff !important;
    color: #333;
}
.site-bottom a {
    color: #333;
}














