/*
Theme Name: Lightning Child
Theme URI:  https://lightning.nagoya
Template: lightning
Description: nihonmetal
Author: Grant A
Tags: 
Version: 0.6.0
*/


/* お問合せ */
table.cf7 {
    border-top: 1px #ddd solid;
    border-bottom: none;
    border-right: none;
    border-left: none;
    margin-bottom: 50px;
}
.cf7 td {
    border-top: none;
    border-bottom: 1px #ddd solid;
    border-right: none;
    border-left: none;
}	
.cf7 input, .cf7 select, .cf7 textarea {
    margin: 20px 0;
}
select.cf7h {
    width: 43%;
}
.cf7 p {
    margin: 0;
}
span.wpcf7-spinner {
    display: block;
}
/* 必須 */
.required {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    padding: 0 8px;
    background: #eb6100;
    color: #fff;
    border-radius: 2px;
}
/* コメント欄非表示 */
#comments.comments-area {
	display: none;
}

/* 次ページ・前ページ非表示 */
.postNextPrev {
	display: none;
}

/* reCAPTCHA */
.grecaptcha-badge {
    bottom: 60px;
}
/* フッター テーマコピーライト非表示 */
.site-footer-copyright p:nth-child(2) {
    display:none;
}

@media only screen and (max-width:767px) {
/* お問合せ */
table.cf7 {
	margin-bottom: 0;
}
table.cf7, .cf7 td {
    border: none;
}
.cf7 input, .cf7 select, .cf7 textarea {
    margin: 0 0 20px 0;
}
select.cf7h {
    width: 40%;
	font-size: 90%;
}
.sectionBox {
    padding-top: 0em;
    padding-bottom: 5em;	
}
.scrolled .page_top_btn {
    display: none;
}	
}
