@charset "UTF-8";



/*テキスト*/
.contact_txt1{
	width: auto;
	height: auto;
	
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 250%;
	text-align: left;
	color: #000;	
	
	margin: 0;
	padding: 3px 0 0;
}
.contact_txt1 span{
	color: #900;	
}



.contact_txt2{
	width: auto;
	height: auto;
	
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-size: 17px;
	line-height: 150%;
	text-align: left;
	color: #000;	
	
	margin: 0;
	padding: 3px 0 0;
}




.contact_box1{
	width: calc(100% - 10px );
	height: auto;
	min-height: 200px;
	border: 1px solid #ccc;
	padding: 5px 5px 0;
}


.contact_box2{
	width: calc(100% - 10px );
	height: 40px;
	border: 1px solid #ccc;
	padding: 5px 5px 0;
	vertical-align: middle;
}
@media print, screen and (min-width: 801px) {
.contact_box2{
	width: calc(100% - 10px );
	height: 40px;
	border: 1px solid #ccc;
	padding: 5px 5px 0;
	vertical-align: middle;
}
}

textarea.contact_box3{
	width: calc(100% - 10px );
	height: 80px;
	border: 1px solid #ccc;
	padding: 5px 5px 0;
	vertical-align: middle;
	
	resize: horizontal;
}
@media print, screen and (min-width: 801px) {
textarea.contact_box3{
	width: calc(100% - 10px );
	height: 80px;
	border: 1px solid #ccc;
	padding: 5px 5px 0;
	vertical-align: middle;
}
}



.submit_btn1{
	clear: both;
	width: 50%;
	height: auto;
	margin: 0 auto;
}
@media print, screen and (min-width: 801px) {
.submit_btn1{
	clear: both;
	width: 23%;
	height: auto;
	margin: 0 auto;
}
}

input.submit1{
	clear: both;
	width: 100%;
	height: auto;
	padding: 28px 0 27px;
	background: #00a9e7;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	color: #fff;
	border: none;
	cursor: pointer;
}

.submit_btn1 .to_input{
	margin-bottom:15px;
}
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.wpcf7 .screen-reader-response{
	display: none;
}
.wpcf7 .wpcf7-not-valid-tip{
	color: #900;
}
.wpcf7 .wpcf7-response-output{
	color: #900;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
}
.wpcf7-list-item{
	display: block;
	width: auto;
    height: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 250%;
    text-align: left;
    color: #000;
    margin: 0;
    padding: 3px 0 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff!important;
}
