/*
Theme Name: Lightning child
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the MK
Template:lightning
Author URI: https://wordpress.org
Description: Lightning の小テーマです。
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfourchild
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/



/*　Topメイン */
p#about {
    max-width: 30rem;
    padding: 20px;
    position: relative;
    top: 7rem;
}

p#service {
    max-width: 30rem;
    padding: 20px;
    position: relative;
    top: 7rem;
}

p#access {
    max-width: 30rem;
    padding: 20px;
    position: relative;
    top: 7rem;
}

p#contact {
    max-width: 30rem;
    padding: 20px;
    position: relative;
    top: 7rem;
}


/*　お問い合わせフォーム */
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-primary {
    padding: 1rem 5rem;
    color: #fff;
    background-color: #000;
    border-color: #000;
    text-align: center;
    cursor: pointer;
}

/*　会社概要 */
p .aboutus_disc{
    padding-bottom: 0%;
}

/*　業務内容 */

/*　アクセス */
.entry-body{
    margin: 0.1rem;
}


/*　フッター */
.site-footer-copyright p:nth-child(2) {
display:none;
}