/*
 Theme Name: hello-elementor-child
 Template: hello-elementor
*/



/* ------------------------一般的 */



/* リンクの下線をトル */
.none_underline a {
 text-decoration: none !important;
 }

/* リンク文字 白 */
.linktext_white a {
 color: #fff !important;
}
.linktext_white a:hover {
 color: #99C9D6 !important;
}

/* リンク文字 グレー */
.linktext_939393 a {
 color: #939393 !important;
}

.linktext_939393 a:hover {
 color: #99C9D6 !important;
}

/* clearfixを使って回り込みを解除 */
.clearfix::after {
	content:'' !important;
	display: block !important; 
	clear:both !important;
}


/* プライバシーポリシーのh2も白にする */
.text_white h2 {
 color: #ffffff !important;
}




/* ------------------------Elementorの癖の修正 */
/* pの下部空白をトル */
p, .entry-content p {
    margin-bottom: 0 !important;
}




/* ------------------------Contact Form  ----------------------------------------------- */



/* reCAPTCHA    ------------------------------------------------------------------------------------- */
/* reCAPTCHAアイコン非表示 by Google */
.grecaptcha-badge { visibility: hidden!important; }

/* Contact Form 7  プライバシーポリシーへのリンク文字の色　*/
.wpcf7-list-item-label a  { color:#597FF7 !important; }

/* Contact Form 7 　文字サイズ　*/
.contact7_googleprivacy { font-size: 9px !important; white-space: nowrap !important; color:#9f9f9f !important; line-height: 1.4em !important;}
.contact7_googleprivacy a { font-size: 9px !important; white-space: nowrap !important; color:#9f9f9f !important;}


@media screen and (max-width: 480px) {/* SP */
		.contact7_googleprivacy{
	 font-size: 0.6em !important;
	 font-family:"Sawarabi Gothic" !important;
	}
}



.swiper-wrapper { background-color: #F4F4F4 !important; }

/*
#menu-2-505da85f li a:lang(ja) { font-size:0.9em !important; color:#740606 !important; }
}
*/





.set_box p { margin-bottom: 0 !important; }






