form p {
	font-weight: 600;
}
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 80% !important;
	padding: 5px 5px;
	margin-bottom:5px;
	border:2px #333 solid;
	border-radius: 5px !important;
	font-size:14px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 80% !important;
}
input.wpcf7-submit {
	width: 80px !important;
	height: 50px;
	background-color: #B60000;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border-radius:10px;
	border-style: none;
}input.wpcf7-submit:hover{
 	background-color: #fff;
 	color:#B60000;
  transition:0.5s;
  cursor:pointer;
}
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: yellow;
	font-weight: 400;
}
.cf7-hissu {
background:#B60000;
color:#ffffff;
text-align:center;
padding:2px 5px 2px 5px;
margin-left:10px;
border-radius:5px;
}
.cf7-nini {
background:#999999;
color:#ffffff;
text-align:center;
padding:2px 5px 2px 5px;
margin-left:10px;
border-radius:5px;
}


.yoyakuform{
  padding:30px 0;
  width:90%;
  margin:0 auto;
}.yoyakuform_en{
  padding:20px 0;
  width:90%;
  margin:0 auto;
}


.bogo-language-switcher{
color: #333333;
}
.bogo_header{
  text-decoration:bold;
  position:fixed;
  top:0px;
 right:7%;
  padding:2px;
  letter-spacing:0.2em;
  border-radius:0 0 5px 5px;
  background-color:#ffffff;
  opacity:0.7;
  z-index:1000;
}.bogo_header:hover{
  opacity:1;
}.bogo_header ul{
  display:flex;
  padding-top:20px;
}.bogo_header li{
  margin:0 10px;
}.bogo_header ul li:hover{
  cursor:pointer;
  transform:scaleX(5px);
}@media screen and (max-width:767px){
  .bogo_header{
    display:none;
  }
}

.advanced_recent_posts_widget ul{
  margin-bottom: 20px;
}