.content div {
	margin-top: 1rem;
	margin-bottom: 0rem;
}

/* 1つ目DIVズレ解消 */
.content div :first-child,
.content div :not(:first-child) {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.content p {
	margin-top: 2rem;
	margin-bottom: 2rem
}

.content .balloon .balloon__img {
    margin-top: -20px;
}

.the__category :first-child {
	margin-top: 0rem;
}

.content table th, 
.content table td {
	font-weight: normal;
	padding: 20px;
}

/* ページリンクのズレ解消 */
#kgp {
	margin: -300px 0 0 0;
	padding: 300px 0 0 0;
	}

/* カバーの高さ */
.topimg_cover {
	min-height:350px;
}
.product_cover {
	min-height:250px;
}	

/* 施工例テキスト */
.exam {
	margin-top: 20px;
	margin-left: 15px;
}

/* サイトカード */
.content .sitecard__contents {
	float: right;
}
.content .sitecard .eyecatch {
	float: left; 
	margin-left: 0;
}

/* 必須 */
.required {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    padding: 1px 8px;
    font-size: 1.2rem;
    background: #C1272D;
    color: #fff;
    border-radius: 5px;
}

.wpcf7 :first-child { 
    margin-top: 0 !important;
}


#fbuilder .fform h2 {
	text-	align:center!important; 
}

.cp_cff_pastel #fbuilder select, 
.cp_cff_pastel #fbuilder input[type="text"] { 
	color: #000000!important;
}

.cp_cff_pastel #fbuilder input[type="text"]{ 
	font-size:1.5em;
}


.phrase-slider {
	margin-bottom: 50px;
	}

@media only screen and (min-width: 992px){
.heading-slider {
	font-size: 6.5rem;
	}
.phrase-slider {
	font-size: 2.5rem;
	}
}


@media only screen and (max-width: 767px){
.content table th {
	display: block;
	width: 100%;
	padding: 10px 20px;
	}
.content table td {
	display: block;
	width: 100%;
	padding: 25px 20px;
	}
/* カバーの高さ */
.topimg_cover {
	min-height:200px;
} 	
.product_cover {
	min-height:100px;
}	

.pickupHead {
	padding-bottom: 15px;
	}
.pickupHead__text {
	padding: 5px 0;
	}
.pickupHead .btn {
	padding: 10px 0x;
	}
#kgp{
	margin: -200px 0 0 0;
	padding: 200px 0 0 0;
	}
.pc_only{
	display: none;
	}
}