@charset "utf-8";
/* CSS Document */

/*WordPress対策・全ページ余白なし*/
* {
 margin: 0;
 padding: 0;
}
 
body {
 margin: 0;
 padding: 0;
 color: #161616;
 background: #fff;
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
 
img {
 vertical-align: bottom;
 max-width: 100%;
}
 
p,h1,h2,h3,h4 {
	color: #161616;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
 
a {
 text-decoration: none;
}

/*共通*/
/*PC*/
@media only screen and (min-width: 1025px) {
	.pc { 
		display: block !important; 
	}
	
	.sp { 
		display: none !important; 
	}
	
	p {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		color: #161616;
		text-align: left;
	}
	
	/*電話番号をクリックしても自動発信しない*/
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	
	main {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 0 0;
		overflow: hidden;
	}
	
	/*各コンテンツの冒頭文*/
	.text_password {
		position: relative;
		width: 100%;
		height: auto;
		padding: 20px 30px 20px 30px;
		box-sizing: border-box;
		background: rgba(255,184,62,0.10);
	}
	
	/*閲覧権限がない場合*/
	.error {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
		padding: 25px 40px 25px 40px;
		box-sizing: border-box;
		background: #EDEDED;
	}
	
	.error p {
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
	}	
 
}

/*SP*/
@media only screen and (max-width: 1024px) {
	.pc { 
		display: none !important; 
	}
	.sp { 
		display: block !important; 
	}
	
	p {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		color: #161616;
		text-align: left;
		line-height: 20px;
	}
	  
	main {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 0 0;
		overflow: hidden;
	}
	
	/*各コンテンツの冒頭文*/
	.text_password {
		position: relative;
		width: 100%;
		height: auto;
		padding: 18px 18px 18px 18px;
		box-sizing: border-box;
		background: rgba(255,184,62,0.10);
	}
	
	/*閲覧権限がない場合*/
	.error {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 0 auto;
		padding: 15px 20px 15px 20px;
		box-sizing: border-box;
		background: #EDEDED;
	}
	
	.error p {
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
	}
	
}

/*ヘッダー＆フッター*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*ヘッダー＆フッター*/
	header {
		z-index: 100;
		position: fixed;
		width: 100%;
		height: 80px;
		background: #F4F4F4;
	}
	
	header .logo {
		display: block;
		position: absolute;
		top: 10px;
		left: 50px;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: left;
		color: #161616;
	}
	
	header .logo font {
		display: block;
		position: relative;
		margin-top: 4px;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
	}
	
	footer {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 80px;
		padding: 80px 0 0 0;
		background: #F4F4F4;
	}
	
	footer .logo {
		display: block;
		position: relative;
		width: 340px;
		margin: 0 auto 80px auto;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: left;
		color: #161616;
		white-space: nowrap;
	}
	
	footer .logo font {
		display: block;
		position: relative;
		margin-top: 4px;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
	}
	
	footer p {
		padding: 5px 0;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 11px;
		text-align: center;
		color: #fff;
		background: #505050;
	}
	
	.ft-help {
		position: relative;
		width: 550px;
		height: auto;
		margin: 0 auto 70px auto;
	}
	
	.ft-help h3 {
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
	}
	
	.ft-help h4 {
		margin: 15px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
	}
	
	.ft-help a {
		display: block;
		position: relative;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #2345FF;
	}
	
	/*トップページ*/
	#tp {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto;
		padding: 0 0 0 0;
	}
	
	#login {
		position: relative;
		width: 800px;
		height: auto;
		padding: 40px 50px;
		margin: 30px auto 40px auto;
		box-sizing: border-box;
		background: #FFF2E7;
	}
	
	#login p {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
	}
	
	#login p font {
		position: relative;
		margin-left: 8px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
	}
	
	#login a {
		display: block;
		z-index: 1;
		position: absolute;
		top: 32px;
		right: 50px;
		width: 240px;
		padding: 10px 0;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #C9B254;
		border-radius: 8px;
	}
	
	#login a::before {
		content: "▶︎";
		z-index: -1;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
	}
	
	.tp-con {
		position: relative;
		width: 800px;
		height: auto;
		margin: 0 auto;
	}
	
	.tp-con h2 {
		padding: 10px 0 10px 15px;
		margin-bottom: 30px;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		border-bottom: solid 2px #C9B254;
		border-left: solid 8px #C9B254;
	}
	
	.tp-con01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px 0 0 0;
	}
	
	.tp-con01 p {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		margin-bottom: 12px;
	}
	
	.tp-con01 p font {
		position: relative;
		top: -2px;
		left: 8px;
		padding: 5px 8px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		border-radius: 6px;
		background: #000;
	}
	
	.tp-con01 a {
		display: block;
		z-index: 1;
		position: relative;
		width: 340px;
		margin: 0 auto 10px 0;
		padding: 18px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #C9B254;
	}
	
	.tp-con01 a::before {
		content: "▶︎";
		z-index: -1;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
	}
	
	input[type="button"] {
		display: block;
		z-index: 1;
		position: relative;
		width: 100%;
		margin: 0 auto 10px 0;
		padding: 20px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #C9B254;
		border: none;
	}
	
	input[type="button"]:hover {
		opacity: 0.6;
	}
	
	.tp-con-btn {
		position: relative;
		width: 340px;
	}
	
	.tp-con-btn::before {
		content: "▶︎";
		z-index: 2;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
		font-size: 14px;
		color: #fff;
	}
	
	.tp-btn {
		display: block;
		z-index: 1;
		position: relative;
		width: 340px;
		margin: 80px auto 0 auto;
		padding: 20px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #282828;
	}
	
	.tp-btn::before {
		content: "▶︎";
		z-index: -1;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
	}
	
	/*コンテンツページ*/
	#con {
		position: relative;
		width: 800px;
		height: auto;
		margin: 0 auto;
	}
	
	#con h1 {
		margin-bottom: 30px;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: left;
	}
	
	.con00 {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 50px;
	}
	
	.con00 h2 {
		padding: 10px 0 10px 15px;
		margin-bottom: 30px;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		border-bottom: solid 2px #C9B254;
		border-left: solid 8px #C9B254;
	}
	
	.con00 h3 {
		margin-bottom: 15px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
	}
	
	.con00 p {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		margin-bottom: 20px;
	}
	
	.con00 iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 450px;
		margin-bottom: 50px;
	}
	
}
  
/*SP*/
@media only screen and (max-width: 1024px) {
	/*ヘッダー＆フッター*/
	header {
		z-index: 100;
		position: fixed;
		width: 100%;
		height: 50px;
		background: #F4F4F4;
	}
	
	header .logo {
		display: block;
		position: absolute;
		top: 12px;
		left: 15px;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #161616;
	}
	
	header .logo font {
		display: block;
		position: relative;
		margin-top: 3px;
		font-size: 8px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 8px;
		text-align: left;
	}
	
	footer {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 40px;
		padding: 40px 0 0 0;
		background: #F4F4F4;
	}
	
	footer .logo {
		display: block;
		position: relative;
		width: 200px;
		margin: 0 auto 40px auto;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #161616;
		white-space: nowrap;
	}
	
	footer .logo font {
		display: block;
		position: relative;
		margin-top: 3px;
		font-size: 8px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 8px;
		text-align: left;
	}
	
	footer p {
		padding: 3px 0;
		font-size: 9px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 9px;
		text-align: center;
		color: #fff;
		background: #505050;
	}
	
	.ft-help {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 35px auto;
	}
	
	.ft-help h3 {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
	}
	
	.ft-help h4 {
		margin: 8px 0;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
	}
	
	.ft-help a {
		display: block;
		position: relative;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 13px;
		text-align: left;
		color: #2345FF;
	}
	
	/*トップページ*/
	#tp {
		position: relative;
		width: 94%;
		height: auto;
		margin: 0 auto;
		padding: 0 0 0 0;
	}
	
	#login {
		position: relative;
		width: 340px;
		height: auto;
		padding: 20px 30px;
		margin: 15px auto 20px auto;
		box-sizing: border-box;
		background: #FFF2E7;
	}
	
	#login p {
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
	}
	
	#login p font {
		position: relative;
		margin-left: 5px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
	}
	
	#login a {
		display: block;
		z-index: 1;
		position: relative;
		width: 200px;
		margin: 20px auto 0 auto;
		padding: 12px 0;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: center;
		color: #fff;
		background: #C9B254;
		border-radius: 6px;
	}
	
	#login a::before {
		content: "▶︎";
		z-index: -1;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%) translateX(0);
	}
	
	.tp-con {
		position: relative;
		width: 96%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.tp-con h2 {
		padding: 6px 0 6px 10px;
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		border-bottom: solid 1px #C9B254;
		border-left: solid 6px #C9B254;
	}
	
	.tp-con01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px 0 0 0;
	}
	
	.tp-con01 p {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		margin-bottom: 10px;
	}
	
	.tp-con01 p font {
		display: table;
		position: relative;
		margin: 8px auto 0 0;
		padding: 5px 8px;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 12px;
		text-align: center;
		color: #fff;
		border-radius: 4px;
		background: #000;
	}
	
	.tp-con01 a {
		display: block;
		z-index: 1;
		position: relative;
		width: 300px;
		margin: 0 auto 10px 0;
		padding: 14px 0;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #C9B254;
	}
	
	.tp-con01 a::before {
		content: "▶︎";
		z-index: -1;
		position: absolute;
		top: 50%;
		right: 10%;
		transform: translateY(-50%) translateX(0);
	}
	
	input[type="button"] {
		display: block;
		z-index: 1;
		position: relative;
		width: 100%;
		margin: 0 auto 10px 0;
		padding: 14px 0;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #C9B254;
		border: none;
		border-radius: 0;
		-webkit-appearance: none;
	}
	
	.tp-con-btn {
		position: relative;
		width: 100%;
	}
	
	.tp-con-btn::before {
		content: "▶︎";
		z-index: 2;
		position: absolute;
		top: 50%;
		right: 10%;
		transform: translateY(-50%) translateX(0);
		font-size: 14px;
		color: #fff;
	}
	
	.tp-btn {
		display: block;
		z-index: 1;
		position: relative;
		width: 300px;
		margin: 40px auto 0 auto;
		padding: 14px 0;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #282828;
	}
	
	.tp-btn::before {
		content: "▶︎";
		z-index: -1;
		position: absolute;
		top: 50%;
		right: 10%;
		transform: translateY(-50%) translateX(0);
	}
	
	/*コンテンツページ*/
	#con {
		position: relative;
		width: 94%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	#con h1 {
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
	}
	
	.con00 {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	
	.con00 h2 {
		padding: 6px 0 8px 10px;
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		border-bottom: solid 1px #C9B254;
		border-left: solid 6px #C9B254;
	}
	
	.con00 h3 {
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
	}
	
	.con00 p {
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		margin-bottom: 15px;
	}
	
	.con00 iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 250px;
		margin-bottom: 35px;
	}
	

}

/*トップページ*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*ログイン情報*/
	#name {
		position: relative;
		width: 80%;
		height: auto;
		margin: 50px auto 50px auto;
		padding: 40px 15%;
		background: rgba(0,0,0,0.10);
		box-sizing: border-box;
	}
	
	#name p {
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
	}
	
	#name p span {
		padding: 8px 10px;
		color: #fff;
		background: #282828;
	}
	
	#name h3 {
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
	}
	
	#name h3 font {
		margin-left: 10px;
		font-size: 14px;
		font-weight: normal;
		line-height: 14px;
	}
	
	#name a {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 30px auto 0 auto;
		padding: 15px 0;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		background: #282828;
		transition: 0.4s;
	}
	
	#name a:hover {
		opacity: 0.7;
	}
	
	
	#tp-main {
		position: relative;
		width: 800px;
		height: auto;
		margin: 0 auto;
	}
	
	#tp-main h1 {
		font-size: 36px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 36px;
		text-align: center;
	}
	
	#tp-main .text {
		position: relative;
		width: 800px;
		height: auto;
		padding: 30px 40px 30px 40px;
		margin: 40px auto 0 auto;
		background: rgba(201,178,84,0.40);
		border-radius: 6px;
		box-sizing: border-box;
	}
	
	#tp-main .text p {
		line-height: 28px;
		font-weight: bold;
	}
	
	.tp-main-btn {
		position: relative;
		width: 400px;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.tp-main-btn a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 25px auto;
		padding: 15px 0;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		background: #C9B254;
	}
	
	.tp-main-btn a::before {
		content: "▶︎";
		z-index: 1;
		position: absolute;
		top: 50%;
		right: 10%;
		transform: translateY(-50%) translateX(0);
	}
 
}

/*SP*/
@media only screen and (max-width: 1024px) {
	/*ログイン情報*/
	#name {
		position: relative;
		width: 94%;
		height: auto;
		margin: 20px auto 30px auto;
		padding: 20px 10%;
		background: rgba(0,0,0,0.10);
		box-sizing: border-box;
	}
	
	#name p {
		margin-bottom: 10px;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 13px;
		text-align: left;
	}
	
	#name p span {
		padding: 4px 8px;
		color: #fff;
		background: #282828;
	}
	
	#name h3 {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
	}
	
	#name h3 font {
		margin-left: 7px;
		font-size: 11px;
		font-weight: normal;
		line-height: 11px;
	}
	
	#name a {
		display: block;
		position: relative;
		width: 200px;
		height: auto;
		margin: 15px auto 0 auto;
		padding: 10px 0;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #282828;
	}
	
	#tp-main {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	
	#tp-main h1 {
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
	}
	
	#tp-main .text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px 20px 15px 20px;
		margin: 20px auto 0 auto;
		background: rgba(201,178,84,0.40);
		border-radius: 3px;
		box-sizing: border-box;
	}
	
	#tp-main .text p {
		line-height: 20px;
		font-weight: bold;
	}
	
	.tp-main-btn {
		position: relative;
		width: 280px;
		height: auto;
		margin: 20px auto 0 auto;
	}
	
	.tp-main-btn a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
		padding: 14px 0;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #C9B254;
	}
	
	.tp-main-btn a::before {
		content: "▶︎";
		z-index: 1;
		position: absolute;
		top: 50%;
		right: 10%;
		transform: translateY(-50%) translateX(0);
	}
	
}

/*404*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#er {
		position: relative;
		width: 900px;
		height: auto;
		margin: 80px auto 0 auto;
	}
	
	#er h1 {
		font-size: 40px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 40px;
		text-align: center;
	}
	
	#er p {
		margin: 30px auto 40px auto;
		text-align: center;
	}
}

/*SP*/
@media only screen and (max-width: 1024px) {
	#er {
		position: relative;
		width: 92%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	#er h1 {
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: center;
	}
	
	#er p {
		margin: 20px auto 30px auto;
		text-align: center;
	}
}

/*ログイン画面*/
/*PC*/
@media only screen and (min-width: 1025px) {
	.swpm-login-widget-form {
		position: relative;
		width: 400px;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.swpm-login-widget-form .swpm-forgot-pass-link,
	.swpm-login-widget-form .swpm-join-us-link {
		display: none!important;
	}
	
	.swpm-username-input input,
	.swpm-password-input input {
		display: block;
		position: relative;
		width: 400px!important;
		height: auto;
		margin: 5px auto 15px 0;
		padding: 10px 10px 10px 10px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		border: solid 1px #8E8E8E;
		background: #fff;
		border-radius: 0!important;
		box-sizing: border-box;
	}
	
	.swpm-login-submit input {
		display: block;
		position: relative;
		width: 300px!important;
		height: auto;
		margin: 20px auto 0 auto;
		padding: 15px 0 15px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		border: solid 1px #282828;
		background: #282828;
		border-radius: 0!important;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	.swpm-login-submit input:hover {
		color: #282828;
		border: solid 1px #282828;
		background: #fff;
	}
	
	#tp h2 {
		margin-top: 60px;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 24px;
		text-align: center;
	}
	
}
  
/*SP*/
@media only screen and (max-width: 1024px) {
	.swpm-login-widget-form {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	.swpm-login-widget-form .swpm-forgot-pass-link,
	.swpm-login-widget-form .swpm-join-us-link {
		display: none!important;
	}
	
	.swpm-username-input input,
	.swpm-password-input input {
		display: block;
		position: relative;
		width: 320px!important;
		height: auto;
		margin: 5px auto 10px 0;
		padding: 8px 8px 8px 8px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		border: solid 1px #8E8E8E;
		background: #fff;
		border-radius: 0!important;
		box-sizing: border-box;
	}
	
	.swpm-login-submit input {
		display: block;
		position: relative;
		width: 280px!important;
		height: auto;
		margin: 20px auto 0 auto;
		padding: 12px 0 12px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		border: solid 1px #282828;
		background: #282828;
		border-radius: 0!important;
		box-sizing: border-box;
	}
	
	#tp h2 {
		margin-top: 40px;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
	}
}

/*逆転成功塾*/
/*PC*/
@media only screen and (min-width: 1025px) {
	.gyakuten_btn {
		padding: 15px 0 15px 0!important;
		font-size: 18px!important;
		line-height: 18px!important;
		background: #282828!important;
	}
	
	.vimeo_movie {
		margin: 0 auto 40px auto;
	}
	
}
  
/*SP*/
@media only screen and (max-width: 1024px) {
	.gyakuten_btn {
		padding: 14px 0 14px 0!important;
		font-size: 14px!important;
		font-weight: normal!important;
		line-height: 14px!important;
		background: #282828!important;
	}
	
	.vimeo_movie {
		margin: 0 auto 25px auto;
	}
}