@media screen and (min-width: 768px){
.br-sp {display: none; }
}

/* YOUTBE埋め込み */
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
    /*margin-bottom: 2rem;*/ /* YouTubeの下に余白をつける */
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* bbPress */
.bbpress-wrapper li:before{
	content:none !important;
}
li.bbp-body,
li.bbp-forum-info,
li.bbp-topic-title,
.bbp-body ul li{
	padding-left:0 !important;
}
.bbp-reply-content p:after{
  content:none;
}
.bbp-reply-position-2{
  padding-left:5rem !important;
}
/* box */
.content .es-BsubTradi::before {
	background-color: #0081ba;
	border-color: #0081ba;
}
/* list */
/*
.content ul > li::before {
    color: #0081ba;
}
.content ol > li::before {
	color: #0081ba;
	border-color:#0081ba;
}
*/
/* anchor */
a.anchor{
	padding-top: 150px;
	margin-top: -150px;
}
.required {
	color: #ff0000;
	font-weight: 400;
}
.form-label {
display: block;
	font-weight: 700;
	font-size: 16px;
	float: none;
	line-height: 1.3;
	margin: 0 0 4px 0;
	padding: 0;
}

.form-input {
	margin: 0 !important;
}

.form-input input,
.form-input textarea {
	width: 100%;
  display: block;
  border: none;
  padding: 10px;
  border-radius: 5px;
  background: #F2F2F2;
  border: 1px solid rgba(0,0,0,.1);
	margin: 0;
  margin-top: 0px;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.form-input .wpcf7-not-valid {
	border: 1px solid #cc0000;
}

.form-submit-wrapper {
	background: none;
	border: 0 none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	float: none;
	font-size: 100%;
	height: auto;
	letter-spacing: normal;
	list-style: none;
	outline: none;
	position: static;
	text-decoration: none;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	width: auto;
	visibility: visible;
	overflow: visible;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.form-submit-wrapper input {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #333;
	font-size: 1em;
	padding: 10px 15px;
}

.form-submit-wrapper input:hover {
	background-color: #ddd;
	border: 1px solid #ccc;
	cursor: pointer;
}

.grecaptcha-badge{
	bottom:52px !important;	
	z-index:1000;
}

/* PCでは横幅500pxで表示 */
.fb-wrap{
  /* 以下2行は不要かも */
  max-width: 500px;
  width: 500px;
}

/*FBウィジェット調整*/
/* 896px以下は横幅100%、中央寄せ*/
.fb-wrap{
 width: 100%;
 text-align: center !important;
 margin: 0 auto !important;
}

/* 外部リンクの別タブアイコン上書き */
.subNavi .fa-arrow-up-right-from-square:before,
.subNavi .fa-external-link:before,
.snsFooter .fa-external-link:before,
.socialList__item .fa-external-link:before,
.controllerFooter .fa-external-link:before
{
	content:none!important;
}
.socialList__item a{
	height:30px;
}

/*---Contact Form 7---*/
.wpcf7-form {
max-width: 640px;
margin: 0 auto;
padding: 20px;
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 5px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="number"],
.wpcf7-form select,
.wpcf7-form textarea {
width: 100%;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 3px;
}

.wpcf7-form input[type="submit"] {
background-color: #0073aa;
color: #fff;
border: none;
padding: 10px 20px;
cursor: pointer;
border-radius: 3px;
}

.wpcf7-form input[type="submit"]:hover {
background-color: #005177;
}

/* スマホ改行 */
@media screen and (min-width: 768px){
	.br-sp {display: none; }
}

/* Translate WordPress with GTranslate
プラグイン */
@media screen and (max-width: 768px){
	.gt_float_switcher {
		margin-bottom: 40px; 
	  margin-left:-10px;
	}
}

/* reCAPTCHAプラグイン（Contact Form7） */
.grecaptcha-badge{
	display:none !important;
}