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

/*共通*/
/*PC*/
@media only screen and (min-width: 1025px) {
	main {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 80px;
	}
	
	/*メインビジュアル*/
	#mv {
		position: relative;
		width: 100%;
		height: 280px;
		background: #E8E8E8;
	}
	
	#mv h1 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: center;
	}
	
	/*戻るボタン*/
	.back_btn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.back_btn a {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 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;
		background: #161616;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	main {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 60px;
	}
	
	/*メインビジュアル*/
	#mv {
		position: relative;
		width: 100%;
		height: 140px;
		background: #E8E8E8;
	}
	
	#mv h1 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
	}
	
	/*戻るボタン*/
	.back_btn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	.back_btn a {
		display: block;
		position: relative;
		width: 260px;
		height: auto;
		margin: 0 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;
		background: #161616;
	}
}

/*ヘッダー＆フッター*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*ヘッダー*/
	header {
		z-index: 100;
		position: fixed;
		width: 100%;
		height: 80px;
		background: #fff;
	}
	
	header a.logo {
		position: absolute;
		top: 50%;
		left: 50px;
		transform: translateY(-50%) translateX(0);
		width: auto;
		height: auto;
	}
	
	header a.logo img {
		display: block;
		position: relative;
		width: 100px;
		height: auto;
	}
	
	header a.logo font {
		display: block;
		position: absolute;
		top: 50%;
		left: 110px;
		transform: translateY(-50%) translateX(0);
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		color: #161616;
		white-space: nowrap;
	}
	
	header .name {
		position: absolute;
		top: 50%;
		right: 80px;
		transform: translateY(-50%) translateX(0);
		width: 150px;
		height: auto;
	}
	
	header .name p {
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: right;
	}
	
	/*フッター*/
	footer {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 0 0;
		background: #E8E8E8;
	}
	
	footer .title {
		position: relative;
		width: 800px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	footer .title img {
		display: block;
		position: relative;
		width: 180px;
		height: auto;
		margin: 0 auto 0 0;
	}
	
	footer .title h2 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #222;
	}
	
	footer .btn {
		position: relative;
		width: 800px;
		height: auto;
		margin: 30px auto 30px auto;
	}
	
	footer .btn a {
		display: block;
		position: relative;
		padding-left: 10px;
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #222;
	}
	
	footer .btn a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 5px;
		height: 1px;
		background: #222;
	}
	
	footer p {
		padding: 12px 0;
		font-size: 12px;
		font-weight: normal;
		line-height: 12px;
		letter-spacing: 1px;
		text-align: center;
		color: #fff;
		background: #161616;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*ヘッダー*/
	header {
		z-index: 100;
		position: fixed;
		width: 100%;
		height: 60px;
		border-bottom: solid 1px #E8E8E8;
		background: #fff;
	}
	
	header a.logo {
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%) translateX(0);
		width: auto;
		height: auto;
	}
	
	header a.logo img {
		display: block;
		position: relative;
		width: 80px;
		height: auto;
	}
	
	header a.logo font {
		display: block;
		position: absolute;
		top: 50%;
		left: 85px;
		transform: translateY(-50%) translateX(0);
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		color: #161616;
		white-space: nowrap;
	}
	
	header .name {
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%) translateX(0);
		width: 150px;
		height: auto;
	}
	
	header .name p {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: right;
	}
	
	header .name p small {
		font-weight: normal;
	}
	
	/*フッター*/
	footer {
		position: relative;
		width: 100%;
		height: auto;
		padding: 25px 0 0 0;
		background: #E8E8E8;
	}
	
	footer .title {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	footer .title img {
		display: block;
		position: relative;
		width: 180px;
		height: auto;
		margin: 0 auto 0 0;
	}
	
	footer .title h2 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #222;
	}
	
	footer .btn {
		position: relative;
		width: 90%;
		height: auto;
		margin: 30px auto 30px auto;
	}
	
	footer .btn a {
		display: block;
		position: relative;
		padding-left: 10px;
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #222;
	}
	
	footer .btn a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 5px;
		height: 1px;
		background: #222;
	}
	
	footer p {
		padding: 8px 0;
		font-size: 10px;
		font-weight: normal;
		line-height: 10px;
		letter-spacing: 0.5px;
		text-align: center;
		color: #fff;
		background: #161616;
	}

}

/*トップページ*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*ナビゲーション*/
	#top_nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 800px;
		height: auto;
		margin: 30px auto 30px auto;
	}
	
	#top_nav .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 25px auto;
	}
	
	#top_nav .title h2 {
		position: relative;
		padding: 10px 0 10px 20px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #222;
	}
	
	#top_nav .title h2::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 8px;
		height: 100%;
		background: #E8E8E8;
	}
	
	#top_nav a {
		position: relative;
		width: 19%;
		height: auto;
		padding: 20px 0 20px 0;
		border-radius: 10px;
		border: solid 2px #222222;
		box-sizing: border-box;
	}
	
	#top_nav a img {
		display: block;
		position: relative;
		width: 70%;
		height: auto;
		margin: 0 auto 10px auto;
		object-fit: cover;
		object-position: center;
	}
	
	#top_nav  a font {
		display: block;
		position: relative;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #222222;
	}
	
	/*登録情報*/
	#top_account {
		position: relative;
		width: 800px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#top_account .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 25px auto;
	}
	
	#top_account .title h2 {
		position: relative;
		padding: 10px 0 10px 20px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #222;
	}
	
	#top_account .title h2::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 8px;
		height: 100%;
		background: #E8E8E8;
	}
	
	#top_account table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	#top_account table tr {
		position: relative;
		width: 100%;
		height: auto;
		border-top: solid 1px #222;
		border-bottom: solid 1px #222;
	}
	
	#top_account table tr th {
		position: relative;
		width: 300px;
		height: auto;
		padding: 25px 0 25px 0;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #222222;
		box-sizing: border-box;
	}
	
	#top_account table tr td {
		position: relative;
		width: 500px;
		height: auto;
		padding: 25px 20px 25px 20px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #222;
		background: #fff;
		box-sizing: border-box;
	}
	
	#top_account table tr td a {
		display: block;
		position: relative;
		width: 200px;
		height: auto;
		margin: 15px auto 0 0;
		padding: 15px 0 15px 0;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		color: #fff;
		background: #F96A00;
		text-align: center;
	}
	
	/*物販コーナー*/
	#top_product {
		position: relative;
		width: 800px;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	#top_product .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 25px auto;
	}
	
	#top_product .title h2 {
		position: relative;
		padding: 10px 0 10px 20px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #222;
	}
	
	#top_product .title h2 strong {
		font-weight: bold;
		color: #F96A00;
	}
	
	#top_product .title h2::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 8px;
		height: 100%;
		background: #E8E8E8;
	}
	
	#top_product .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_product .con .ptn {
		position: relative;
		width: 240px;
		height: auto;
	}
	
	#top_product .con .ptn h3 {
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #F96A00;
	}
	
	#top_product .con .ptn img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 20px auto;
		object-fit: cover;
		object-position: center;
	}
	
	#top_product .con .ptn a:nth-of-type(1) {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 15px 0 15px 0;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		color: #fff;
		background: #F96A00;
		text-align: center;
	}
	
	#top_product .con .ptn a:nth-of-type(2) {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 15px auto 0 auto;
		padding: 15px 0 15px 0;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		color: #fff;
		background: #000;
		border-radius: 100px;
		text-align: center;
	}
	
	/*ログアウト*/
	#top_btn {
		position: relative;
		width: 400px;
		height: auto;
		margin: 20px auto 40px auto;
	}
	
	#top_btn a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 14px 0 14px 0;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #222222;
		box-sizing: border-box;
	}
	
	/*初期画面*/
	#top_login {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 80px 0;
	}
	
	#top_login .mv {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#top_login .mv img {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	#top_login .mv h1 {
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 24px;
		text-align: center;
	}
	
	#top_login .btn {
		position: relative;
		width: 320px;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	#top_login .btn a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 18px 0 18px 0;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #282828;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1025px) {
	/*ナビゲーション*/
	#top_nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		position: relative;
		width: 90%;
		height: auto;
		margin: 30px auto 30px auto;
	}
	
	#top_nav .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
	}
	
	#top_nav .title h2 {
		position: relative;
		padding: 10px 0 10px 20px;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #222;
	}
	
	#top_nav .title h2::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 8px;
		height: 100%;
		background: #E8E8E8;
	}
	
	#top_nav a {
		position: relative;
		width: 32%;
		height: auto;
		padding: 15px 0 15px 0;
		border-radius: 10px;
		border: solid 2px #222222;
		box-sizing: border-box;
	}
	
	#top_nav a:nth-of-type(2) {
		margin: 0 2% 0 2%;
	}
	
	#top_nav a:nth-of-type(4) {
		margin: 10px 2% 0 auto;
	}
	
	#top_nav a:nth-of-type(5) {
		margin: 10px auto 0 0;
	}
	
	#top_nav a img {
		display: block;
		position: relative;
		width: 70px;
		height: auto;
		margin: 0 auto 10px auto;
		object-fit: cover;
		object-position: center;
	}
	
	#top_nav  a font {
		display: block;
		position: relative;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #222222;
	}
	
	/*登録情報*/
	#top_account {
		position: relative;
		width: 94%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#top_account .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
	}
	
	#top_account .title h2 {
		position: relative;
		padding: 10px 0 10px 20px;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #222;
	}
	
	#top_account .title h2::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 8px;
		height: 100%;
		background: #E8E8E8;
	}
	
	#top_account table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	#top_account table tr {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_account table tr th {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px 0 15px 20px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #fff;
		background: #222222;
		box-sizing: border-box;
	}
	
	#top_account table tr td {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px 20px 15px 20px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: left;
		color: #222;
		background: #fff;
		box-sizing: border-box;
	}
	
	#top_account table tr td a {
		display: block;
		position: relative;
		width: 200px;
		height: auto;
		margin: 10px auto 0 0;
		padding: 12px 0 12px 0;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		color: #fff;
		background: #F96A00;
		text-align: center;
	}
	
	/*物販コーナー*/
	#top_product {
		position: relative;
		width: 90%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	#top_product .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
	}
	
	#top_product .title h2 {
		position: relative;
		padding: 10px 0 10px 20px;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #222;
	}
	
	#top_product .title h2 strong {
		font-weight: bold;
		color: #F96A00;
	}
	
	#top_product .title h2::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 8px;
		height: 100%;
		background: #E8E8E8;
	}
	
	#top_product .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_product .con .ptn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 25px auto;
	}
	
	#top_product .con .ptn h3 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: left;
		color: #F96A00;
	}
	
	#top_product .con .ptn img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 20px auto;
		object-fit: cover;
		object-position: center;
	}
	
	#top_product .con .ptn a:nth-of-type(1) {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 15px 0 15px 0;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		color: #fff;
		background: #F96A00;
		text-align: center;
	}
	
	#top_product .con .ptn a:nth-of-type(2) {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 15px auto 0 auto;
		padding: 15px 0 15px 0;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		color: #fff;
		background: #000;
		border-radius: 100px;
		text-align: center;
	}
	
	/*ログアウト*/
	#top_btn {
		position: relative;
		width: 80%;
		height: auto;
		margin: 20px auto 40px auto;
	}
	
	#top_btn a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 14px 0 14px 0;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #222222;
		box-sizing: border-box;
	}
	
	/*初期画面*/
	#top_login {
		position: relative;
		width: 100%;
		height: auto;
		padding: 60px 0 120px 0;
	}
	
	#top_login .mv {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#top_login .mv img {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	#top_login .mv h1 {
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 24px;
		text-align: center;
	}
	
	#top_login .btn {
		position: relative;
		width: 320px;
		height: auto;
		margin: 60px auto 0 auto;
	}
	
	#top_login .btn a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 18px 0 18px 0;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #282828;
	}
	
}

/*アカウント登録・ログイン*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#register {
		position: relative;
		width: 100%;
		height: auto;
		margin: 60px auto 60px auto;
	}
}

/*SMP*/
@media only screen and (max-width: 1025px) {
	/*新規入会の方はこちら*/
	#register {
		position: relative;
		width: 90%;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	/*ログイン*/
	#login {
		position: relative;
		width: 90%;
		height: auto;
		margin: 30px auto 0 auto;
	}
}

/*定期決済*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#payment {
		position: relative;
		width: 900px;
		height: auto;
		margin: 60px auto 60px auto;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1025px) {
	#payment {
		position: relative;
		width: 94%;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
}

/*解約申請*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#calcel {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 40px auto;
	}
}

/*SMP*/
@media only screen and (max-width: 1025px) {
	#calcel {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 40px auto;
	}
}

/*登録方法*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#howto {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	#howto .con {
		position: relative;
		width: 500px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#howto .con h2 {
		position: relative;
		padding: 10px 0 10px 20px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
	}
	
	#howto .con h2::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 8px;
		height: 100%;
		background: #E8E8E8;
	}
	
	#howto .con p {
		margin: 20px auto 0 auto;
		padding: 20px 20px 20px 20px;
		background: #E8E8E8;
	}
	
	#howto .con iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 700px;
		margin: 40px auto 0 auto;
		object-fit: cover;
		object-position: center;
	}
}

/*SMP*/
@media only screen and (max-width: 1025px) {
	#howto {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	#howto .con {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#howto .con h2 {
		position: relative;
		padding: 10px 0 10px 20px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
	}
	
	#howto .con h2::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 8px;
		height: 100%;
		background: #E8E8E8;
	}
	
	#howto .con p {
		margin: 20px auto 0 auto;
		padding: 20px 20px 20px 20px;
		background: #E8E8E8;
	}
	
	#howto .con iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 500px;
		margin: 25px auto 0 auto;
		object-fit: cover;
		object-position: center;
	}
}

/*利用規約・プライバシーポリシー・特定商取引法に基づく表記*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#kiyaku {
		position: relative;
		width: 900px;
		height: auto;
		margin: 60px auto 60px auto;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1025px) {
	#kiyaku {
		position: relative;
		width: 90%;
		height: auto;
		margin: 40px auto 40px auto;
	}
}

/*電子契約*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*電子契約フォーム*/
	#es {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0;
	}
	
	#es .text {
		position: relative;
		width: 800px;
		height: auto;
		margin: 0 auto 70px auto;
		padding: 40px 40px 40px 40px;
		box-sizing: border-box;
		background: #FFC9CA;
		border-radius: 5px;
	}
	
	#es .text p {
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
	}
	
	.cf7 {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto;
	}
	
	.cf7 table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	.cf7 table tr {
		border-bottom: solid 1px #7C7C7C;
	}
	
	.cf7 table tr.hidden {
		display: none;
	}
	
	.cf7 table tr th {
		width: 300px;
		height: auto;
		padding: 15px 0 15px 50px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		box-sizing: border-box;
	}
	
	.cf7 table tr th p {
		font-weight: bold;
		text-align: left;
	}
	
	.cf7 table tr td {
		width: 700px;
		height: auto;
		padding: 18px 0 18px 15px;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		box-sizing: border-box;
	}
	
	.wpcf7 p {
		display: inline;
	}
	
	/*必須*/
	.must {
		position: relative;
		padding: 5px 10px;
		margin-left: 25px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		color: #fff;
		background: #FF4447;
	}
	
	/*入力フォーム*/
	input[name="your_company"],
	input[name="your_name01"],
	input[name="your_name02"],
	input[name="your_name03"],
	input[name="your_name04"],
	input[name="your_birth"],
	input[name="your_address01"],
	input[name="your_address02"],
	input[name="your_address03"],
	input[name="your_tel"],
	input[name="your_email"],
	input[name="your_referrer"],
	input[name="payment_day"],
	input[name="payment_money"],
	input[name="contract_day"],
	input[name="post_title"],
	input[name="confirm_email"] {
		padding: 10px 15px;
		border: solid 1px #9B9B9B;
		font-size: 16px;
		font-weight: normal;
		line-height: 16px;
		box-sizing: border-box;
	}
	
	input[name="your_company"] {
		width: 500px;
	}
	
	input[name="your_name01"],
	input[name="your_name02"],
	input[name="your_name03"],
	input[name="your_name04"] {
		width: 250px;
		margin-right: 20px;
	}
	
	input[name="your_birth"],
	input[name="your_referrer"] {
		width: 300px;
	}
	
	input[name="your_address01"] {
		width: 150px;
	}
	
	input[name="your_address02"],
	input[name="your_address03"] {
		width: 500px;
		margin-top: 15px;
	}
	
	input[name="your_tel"],
	input[name="your_email"] {
		width: 400px;
	}
	
	input[name="payment_money"] {
		width: 200px;
	}
	
	input[name="payment_day"],
	input[name="contract_day"] {
		width: 200px;
	}
	
	input[name="post_title"],
	input[name="confirm_email"] {
		width: 400px;
	}
	
	span[data-name="your_sex"] .wpcf7-list-item,
	span[data-name="your_category"] .wpcf7-list-item,
	span[data-name="payment_method"] .wpcf7-list-item {
		margin: 10px 40px 10px 0;
	}
	
	/*誓約書*/
	.cf7_sign {
		position: relative;
		width: 800px;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	.cf7_sign h3 {
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: center;
	}
	
	.cf7_sign_p {
		display: block!important;
		margin: 30px auto 0 auto;
		text-align: center;
	}
	
	.cf7_sign_scroll {
		position: relative;
		width: 100%;
		height: 200px;
		padding: 15px 15px;
		margin: 30px auto 40px auto;
		overflow-y: scroll;
		border: solid 1px #ccc;
		box-sizing: border-box;
	}
	
	.cf7_sign_scroll p {
		display: block;
	}
	
	.cf7_sign table tr th {
		width: 250px;
	}
	
	.cf7_sign table tr td {
		width: 550px;
	}
	
	canvas[name="contract_sign"] {
		position: relative;
		width: auto;
		height: auto;
		border: solid 1px #CDCDCD;
	}
	
	/*承認ボタン*/
	.accept_btn {
		margin-top: 40px;
		font-size: 16px;
		font-weight: normal;
		line-height: 16px;
		text-align: center;
	}
	
	.accept_btn p {
		text-align: center;
	}
	
	/*送信ボタン*/
	.submit_btn {
		display: block;
		position: relative;
		width: 320px;
		height: auto;
		padding: 18px 0;
		margin: 40px auto 0 auto;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
		color: #fff;
		background: #161616;
		border: solid 2px #161616;
		border-radius: 5px;
		transition: 0.3s;
	}
	
	.submit_btn:hover {
		color: #161616;
		background: #fff;
		border: solid 2px #161616;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*電子契約フォーム*/
	#es {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0;
	}
	
	#es .text {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto 40px auto;
		padding: 20px 20px 20px 20px;
		box-sizing: border-box;
		background: #FFC9CA;
		border-radius: 3px;
	}
	
	#es .text p {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.5px;
		line-height: 22px;
		text-align: left;
	}
	
	.cf7 {
		position: relative;
		width: 94%;
		height: auto;
		margin: 0 auto;
	}
	
	.cf7 table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	.cf7 table tr {
		border-bottom: solid 1px #7C7C7C;
	}
	
	.cf7 table tr.hidden {
		display: none;
	}
	
	.cf7 table tr th {
		display: block;
		width: 100%;
		height: auto;
		padding: 18px 0 6px 10px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		box-sizing: border-box;
	}
	
	.cf7 table tr th p {
		font-weight: bold;
		text-align: left;
	}
	
	.cf7 table tr td {
		display: block;
		width: 100%;
		height: auto;
		padding: 6px 10px 15px 10px;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
		box-sizing: border-box;
	}
	
	.cf7 table tr td font {
		display: block;
	}
	
	.wpcf7 p {
		display: inline;
	}
	
	/*必須*/
	.must {
		position: relative;
		padding: 3px 5px;
		margin-left: 12px;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 13px;
		color: #fff;
		background: #FF4447;
	}
	
	/*入力フォーム*/
	input[name="your_company"],
	input[name="your_name01"],
	input[name="your_name02"],
	input[name="your_name03"],
	input[name="your_name04"],
	input[name="your_birth"],
	input[name="your_address01"],
	input[name="your_address02"],
	input[name="your_address03"],
	input[name="your_tel"],
	input[name="your_email"],
	input[name="your_referrer"],
	input[name="payment_day"],
	input[name="payment_money"],
	input[name="contract_day"],
	input[name="post_title"],
	input[name="confirm_email"] {
		padding: 10px 10px;
		border: solid 1px #9B9B9B;
		font-size: 16px;
		font-weight: normal;
		line-height: 16px;
		box-sizing: border-box;
	}
	
	input[name="your_company"] {
		width: 100%;
	}
	
	input[name="your_name01"],
	input[name="your_name02"],
	input[name="your_name03"],
	input[name="your_name04"] {
		width: 80%;
	}
	
	input[name="your_name01"],
	input[name="your_name03"] {
		margin-bottom: 10px;
	}
	
	input[name="your_birth"],
	input[name="your_referrer"] {
		width: 100%;
	}
	
	input[name="your_address01"] {
		width: 100px;
	}
	
	input[name="your_address02"],
	input[name="your_address03"] {
		width: 100%;
		margin-top: 10px;
	}
	
	input[name="your_tel"],
	input[name="your_email"] {
		width: 100%;
	}
	
	input[name="payment_money"] {
		width: 200px;
	}
	
	input[name="payment_day"],
	input[name="contract_day"] {
		width: 200px;
	}
	
	input[name="post_title"],
	input[name="confirm_email"] {
		width: 100%;
	}
	
	span[data-name="your_sex"] .wpcf7-list-item,
	span[data-name="your_category"] .wpcf7-list-item,
	span[data-name="payment_method"] .wpcf7-list-item {
		display: block;
		width: 100%;
		margin: 7px 0 7px 0;
	}
	
	/*誓約書*/
	.cf7_sign {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 20px auto;
	}
	
	.cf7_sign h3 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
	}
	
	.cf7_sign_p {
		display: block!important;
		margin: 20px auto 0 auto;
		text-align: center;
	}
	
	.cf7_sign_scroll {
		position: relative;
		width: 100%;
		height: 180px;
		padding: 10px 10px;
		margin: 20px auto 30px auto;
		overflow-y: scroll;
		border: solid 1px #ccc;
		box-sizing: border-box;
	}
	
	.cf7_sign_scroll p {
		display: block;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 18px;
	}
	
	canvas[name="contract_sign"] {
		position: relative;
		width: 100%;
		height: auto;
		border: solid 1px #CDCDCD;
	}
	
	/*承認ボタン*/
	.accept_btn {
		margin-top: 30px;
		font-size: 14px;
		font-weight: normal;
		line-height: 14px;
		text-align: center;
	}
	
	.accept_btn p {
		font-size: 12px;
		text-align: center;
	}
	
	.accept_btn input {
		position: relative;
		top: 2px;
	}
	
	/*送信ボタン*/
	.submit_btn {
		display: block;
		position: relative;
		width: 260px;
		height: auto;
		padding: 14px 0;
		margin: 20px auto 0 auto;
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #161616;
		border: solid 1px #161616;
		border-radius: 5px;
	}

}

/*電子契約反映*/
/*PC*/
@media only screen and (min-width: 1025px) {
	.sign_mv h1 {
		line-height: 40px!important;
	}
	
	.sign_mv h1 span {
		font-size: 24px;
		line-height: 24px;
	}
	
	#sign {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 60px auto;
	}
	
	#sign table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	#sign table tr {
		border-bottom: solid 1px #7C7C7C;
	}
	
	#sign table tr th {
		width: 300px;
		height: auto;
		padding: 15px 0;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
	}
	
	#sign table tr td {
		width: 700px;
		height: auto;
		padding: 15px 0 15px 0;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
	}
	
	#sign table tr td font {
		font-size: 14px;
		line-height: 14px;
	}
	
	.sign_scroll {
		position: relative;
		width: 800px;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	.sign_scroll h3 {
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: center;
	}
	
	.sign_scroll_con {
		position: relative;
		width: 100%;
		height: 200px;
		padding: 15px 15px;
		margin: 30px auto 0 auto;
		overflow-y: scroll;
		border: solid 1px #ccc;
		box-sizing: border-box;
	}
	
	#sign_confirm {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 80px 0;
	}
	
	.sign_confirm_con {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto 80px auto;
	}
	
	.sign_confirm_con p {
		text-align: center;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	.sign_mv h1 {
		line-height: 30px!important;
	}
	
	.sign_mv h1 span {
		font-size: 14px;
		line-height: 14px;
	}
	
	#sign {
		position: relative;
		width: 94%;
		height: auto;
		margin: 30px auto;
	}
	
	#sign table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	#sign table tr {
		border-bottom: solid 1px #7C7C7C;
	}
	
	#sign table tr th {
		display: block;
		width: 100%;
		height: auto;
		padding: 15px 0 5px 10px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		box-sizing: border-box;
	}
	
	#sign table tr td {
		display: block;
		width: 100%;
		height: auto;
		padding: 5px 0 15px 10px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
	}
	
	#sign table tr td font {
		font-size: 11px;
		line-height: 11px;
	}
	
	.sign_scroll {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 20px auto;
	}
	
	.sign_scroll h3 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
	}
	
	.sign_scroll_con {
		position: relative;
		width: 100%;
		height: 200px;
		padding: 10px 10px;
		margin: 20px auto 0 auto;
		overflow-y: scroll;
		border: solid 1px #ccc;
		box-sizing: border-box;
	}
	
	#sign_confirm {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 40px 0;
	}
	
	.sign_confirm_con {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	.sign_confirm_con p {
		text-align: center;
	}
	

}

/*サンクスページ*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#thanks {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 80px auto;
	}
	
	#thanks p {
		text-align: center;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#thanks {
		position: relative;
		width: 90%;
		height: auto;
		margin: 40px auto;
	}
	
	#thanks p {
		text-align: left;
	}
}

/*CF7設定*/
/*送信後メッセージ削除*/
div.wpcf7 .ajax-loader {
    display: none !important;
}

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

.wpcf7 form.sent .wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: 0px solid rgba(255,255,255,0.00);
	color: rgba(255,255,255,0.00);
}

/* 確認画面のフィールド背景色や枠線を消す */
input.wpcf7c-conf, textarea.wpcf7c-conf, select.wpcf7c-conf {
  border: 0;
  padding: 0;
  background: rgba(255,255,255,0.00);
}

.wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFF inset;
}

.wpcf7-select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFF inset;
}

.wpcf7.is_confirm input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #FFF inset;
}

.wpcf7.is_confirm select:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #FFF inset;
}