/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2025 | 04:06:24 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

fieldset {
	border: none;
}

.cf-area {
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em 0;
	border-bottom: 1px dashed #ccc;
	transition: all .3s;
	text-align: left;
}

.cf-area:last-child {
	border-bottom: none;
}

.cf-area-long dt {
    width: 100%;
	margin-bottom: 5px;
    padding-right: 0;
    text-align: left;
}

.cf-area dt {
  width: 200px;
  padding-right: 30px;
  text-align: right;
  /*	line-height:1.5em; */
}

.cf-area dd {
    flex: 1;
}

.cf-area input, .cf-area textarea {
  width: 100%;
  padding: 0.8em;
  border: none;
  background-color: #e6e6e6;
  font-size: 16px;
	resize: vertical;
	transition: all .3s;
}

.cf-area cf-checkbox,  .wpcf7-checkbox .wpcf7-list-item {
	margin-top:5px;
	display: block;
}

.cf-area input:focus,.cf-area textarea:focus {
	outline: none;
	background: #dde2e9;
}

.cf-required {
	background: #b91e23;
	color: #fff;
	font-size: 0.8em;
	padding: 0 5px 2px;
	border-radius: 2px;
	margin-right: 2px;
}
.cf-nini {
	background: #4444FF;
	color: #fff;
	font-size: 0.8em;
	padding: 0 5px 2px;
	border-radius: 2px;
	margin-right: 2px;
}
.cf-yellow {
	background: yellow;
	margin-right: 2px;
	color: #000;
	font-size: 0.8em;
	padding: 0px 5px 2px;
	border-radius: 2px
}

.cf-send input {
	display: block;
	/* background: linear-gradient(135deg, #6b7a8e 0%, #3b4a5e 100%); */
	background: linear-gradient(135deg, #FFCC00 0%, #FF9900 100%);
	width: 300px;
	height: 60px;
	margin: 30px auto 0;
	border: none;
	border-radius: 10px;
	color: #fff;
	box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, .2);
	font-size: 1.3em;
	font-weight: bold;
	transition: all .3s;
}

.cf-send input:hover {
	filter: brightness(1.25);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #fce3e3;
	border: none;
	text-align: left;
}

@media screen and (max-width:768px){
	.cf-area {
		display: block;
	}

	.cf-area dt {
    	width: 100%;
		margin-bottom: 5px;
    	padding-right: 0;
    	text-align: left;
		line-height:1.5em;
	}
}

/*wpcf7-list-item-label*/

.wpcf7-list-item.has-free-text > label {
	margin-right: 10px;
}
input.wpcf7-free-text {
	width: 20%;
}

.list-block .wpcf7-list-item { display: block; }
.list-inline .wpcf7-list-item { display: inline; }
span.wpcf7-list-item{display: inline;}