/***** コンタクトフォーム *****/
*:focus{
	outline: none;
}
textarea
{
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid #eee;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select{
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #fff;
	border:1px solid #F8F0E8
}
.wpcf7{
	margin-top:20px!important;
	margin-bottom:50px!important;
	width:100%;
  background-color:#fff;
}
.table-contactform7{
  overflow: hidden;
  table-layout: fixed;
  background-color:#fff;
  width:100%;
  margin-bottom:30px;
  margin:30px auto;
}
 
.required-contactform7{
  margin-right: 3px;
  font-size:11px;
  color:#F33;
  padding:5px;

}
 
.unrequired-contactform7{
  padding: 5px;
  background: #cc6;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:normal;
  width:25%;
  border-bottom:1px solid #D9CCBD;
	border-left:1px solid #D9CCBD;
	border-right: 1px solid #D9CCBD;
	border-top:1px solid #D9CCBD;
  vertical-align:middle;
	padding: 0 10px;
}
.table-contactform7 tr:nth-child(odd){
	background-color:#fcfaf8;
}
.table-contactform7 td{
  padding:10px;
border:1px solid #D9CCBD!important;
}
 
.table-contactform7 input{
	  padding:10px;
	  border:none;
	  font-size:0.9em;
	  line-height:1.6em;
	  background-color:#fff;
	  border:1px solid #F5F1EB;
}

.table-contactform7 textarea{
	width:95%!important;
	  margin: 5px 10px 5px 10px;
	  padding:10px;
	  background-color:#fff;
	  font-size:1em;
	  border:none;
}
 
.text-100 input{
  width: 100% !important;
}
.address-100 input{
  width: 100% !important;
}
.address-10 input{
	width:30% !important;
}
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 0 5px;
}
span.wpcf7-not-valid-tip{
	display:block;
	color:#f00;
	font-size:0.9em;
}
.wpcf7-validation-errors{
	text-align:center;
	margin-top:10px;
	color:#f00;
	font-size:0.9em;
}

input.wpcf7-submit{
	width:300px;
	margin:0 auto;
	display:block;
	height:50px;
	background-color:#AB507C;
	font-size:1.2em;
	border-radius:10px;
	color:#fff;
	border:none!important;
	transition: color 1s ease 0s,background-color 1s ease 0s;
}

input.wpcf7-submit:hover{
	cursor:pointer;
	background-color:#CC307F;
}

button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.sent .otoi_w{ display: none; 
}

.cf_message{ display: none;
	padding:30px;
	background-color:#f4f5f7;
	margin-top:30px;
	height:300px;
}
.sent .cf_message{ display: block; }
.cf_message h3{
	font-size:1.4em;
	text-align:center;
	color:#333;
	margin-bottom:30px;
}

@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
    }
     
@media screen and (max-width: 900px){
	.text-100 input td{
    width: 100% !important;
	}
		.table-contactform7{
		border:1px solid #F5F1EB!important;
	}

		
}
	
	
@media screen and (max-width: 543px){
.table-striped tr:nth-child(odd){
	background-color:#fff!important;
}
	.table-contactform7 tr {
    border-bottom: none;
}
	.table-contactform7 th{
		background-color:#F5F1EB;
	}
.seinen select{
    padding:10px 20px;
	background-color:#fff;
	border:1px solid #eee;
	border-radius:0!important;
}
.seinen::after {
    right: 30px;
    top: 50%;
    margin-top: -4px;
    pointer-events: none;
}
	

.table-contactform7{
  display:block;
  width:100%;
  margin:0 auto;
} 
.table-contactform7 input{
	margin:0;
	border:none;
}
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
	padding:10px;	  
}
.table-contactform7 td{
  list-style-type:none;
  border: none !important;
	padding:10px 0;
}
.table-contactform7 textarea{
	width:100% !important;
	margin:0;
}

input.wpcf7-submit{
	margin-top:30px;
	width:280px;
}
}



div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	display:none;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	display:none!important;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px;
	display: block;
	margin-left:10px;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 6px 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}


.sent .otoi_w{
	display:none;
}
input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    vertical-align: middle;
    cursor: pointer;
}
input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 10px;
    height: 10px;
    background: #865B2A;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
