@charset "UTF-8";

/*
	-----------------------------------
	v1.1
	Last Updated: 2020-01-07
	Copyright: MUGENDENKO All Rights Reserved.
	-----------------------------------
	[Updated]
	v1.1		2020-01-07
					Chromeでのプルダウンバグ対策
	v1.0		2018-07-18
	-----------------------------------

	フォーム .contact-box

*/

@media only screen and (max-width: 767px) {
	/*スマホ（ipad含まない）*/
}
@media print, screen and (min-width: 768px) {
	/*PC（ipad含む）*/
}





/************************************************************

	フォーム .contact-box

************************************************************/
/*見出し2（見出し大）*/
.contact-box .hedding02 {
	background: #333;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.7;
	padding: 6px 14px;
	margin: 20px 0 25px;
	border-left: none;
}
@media only screen and (max-width: 767px) {
	.contact-box .hedding02 {
		font-size: 16px;
		padding: 6px 13px;
	}
}



/*Chromeでのプルダウンバグ対策*/
.contact-box .acms-form select {
	-webkit-appearance: none;
}



.cf-turnstile {
	margin: 20px 0;
}





@media only screen and (max-width: 767px) {
	/*スマホ（ipad含まない）*/
}
@media print, screen and (min-width: 768px) {
	/*PC（ipad含む）*/
}
