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

/*共通*/
/*PC*/
@media only screen and (min-width: 769px) {
	main {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 60px;
	}
	
	#main {
		position: relative;
		width: 900px;
		height: auto;
		margin: 0 50px 0 0;
	}
	
	#side {
		position: relative;
		width: 250px;
		height: auto;
	}
	
	/*メインビジュアル*/
	#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;
	}
}

/*SP*/
@media only screen and (max-width: 768px) {
	main {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 50px;
	}
	
	/*メインビジュアル*/
	#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;
	}
}

/*ヘッダー＆フッター*/
/*PC*/
@media only screen and (min-width: 769px) {
	header {
		z-index: 100;
		position: fixed;
		width: 100%;
		height: 60px;
		background: #fff;
	}
	
	header a.logo {
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%) translateX(0);
		width: 140px;
		height: auto;
	}
	
	header a.logo img {
		
	}
	
	footer {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	footer p {
		padding: 12px 0;
		font-size: 12px;
		font-weight: normal;
		line-height: 12px;
		letter-spacing: 1px;
		text-align: center;
		color: #fff;
		background: #161616;
	}
}

/*SP*/
@media only screen and (max-width: 768px) {
	header {
		z-index: 100;
		position: fixed;
		width: 100%;
		height: 50px;
		background: #fff;
	}
	
	header a.logo {
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%) translateX(0);
		width: auto;
		height: auto;
	}
	
	footer {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	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: 769px) {
	#top_mv {
		position: relative;
		width: 100%;
		height: 280px;
		background: #E8E8E8;
	}
	
	#top_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;
	}
	
	#top_btn01 {
		position: relative;
		width: 800px;
		height: auto;
		margin: 80px auto 0 auto;
	}
	
	#top_btn02 {
		position: relative;
		width: 800px;
		height: auto;
		margin: 80px auto 80px auto;
	}
	
	.top_btn_h2 {
		margin-bottom: 25px;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: left;
	}
	
	.top_btn_con {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.top_btn_con a {
		display: block;
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 50px 0 0;
		padding: 15px 0;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
		color: #fff;
		background: #161616;
		border-radius: 10px;
	}
}

/*SP*/
@media only screen and (max-width: 768px) {
	#top_mv {
		position: relative;
		width: 100%;
		height: 160px;
		background: #E8E8E8;
	}
	
	#top_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;
	}
	
	#top_btn01 {
		position: relative;
		width: 320px;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	#top_btn02 {
		position: relative;
		width: 320px;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	.top_btn_h2 {
		margin-bottom: 15px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
	}
	
	.top_btn_con {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.top_btn_con a {
		display: block;
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 0 15px 0;
		padding: 10px 0;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #161616;
		border-radius: 5px;
	}

}

/*会員情報 個別*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*編集ボタン*/
	.c-info00 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
	}
	
	.c-info00 a {
		display: block;
		position: relative;
		width: 240px;
		height: auto;
		padding: 15px 0;
		margin: 0 0 0 auto;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #1469E4;
	}
	
	/*プロフィール*/
	.c-info01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 30px 40px 55px 40px;
		box-sizing: border-box;
		background: #E8E8E8;
	}
	
	.c-info01 span {
		position: absolute;
		top: 25px;
		right: 40px;
		padding: 7px 8px;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 14px;
		color: #FF6C00;
		background: #FFE8D8;
		border: solid 2px #FF6C00;
	}
	
	.c-info01 h1 {
		margin: 20px 0 20px 0;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: left;
	}
	
	.c-info01 h1 font {
		display: block;
		position: relative;
		margin-bottom: 4px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
	}
	
	.c-info01-p01 {
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 12px;
	}
	
	.c-info01-p01 font {
		position: relative;
		margin-left: 5px;
		padding: 5px 8px;
		color: #fff;
		background: #272727;
	}
	
	.c-info01-p02 {
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 20px;
		color: #FF7600;
	}
	
	.c-info01-p02 font {
		position: relative;
		margin-right: 8px;
	}
	
	.c-info01-p03 {
		margin-top: 15px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 26px;
	}
	
	.c-info01-p03 font {
		font-weight: bold;
	}
	
	.c-info01-img {
		position: absolute;
		top: 65px;
		right: 40px;
		width: 180px;
		height: 180px;
		overflow: hidden;
	}
	
	.c-info01-img img {
		display: block;
		position: relative;
		width: 180px;
		height: 180px;
		object-fit: cover;
		object-position: center;
	}
	
	/*基本情報*/
	.c-info02 {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	.c-info02 .flex {
		position: relative;
		width: 49%;
		height: auto;
		margin: 0 1% 0 0;
	}
	
	.c-info02 .flex h2 {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
	}
	
	.c-info02 .flex table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	.c-info02 .flex table tr {
		border: solid 1px #444444;
	}
	
	.c-info02 .flex table tr th {
		width: 150px;
		padding: 12px 0;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		background: #FFC593;
	}
	
	.c-info02 .flex table tr td {
		width: 280px;
		padding: 12px 10px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
	}
	
	.c-info02 .flex table tr td a {
		color: #161616;
	}
	
}

/*SP*/
@media only screen and (max-width: 768px) {
	
}

/*電子契約*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*電子契約フォーム*/
	#es {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0;
	}
	
	.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 th {
		width: 300px;
		height: auto;
		padding: 15px 0;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
	}
	
	.cf7 table tr th p {
		font-weight: bold;
		text-align: center;
	}
	
	.cf7 table tr td {
		width: 700px;
		height: auto;
		padding: 15px 0 15px 0;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
	}
	
	/*必須*/
	.must {
		position: relative;
		padding: 5px 10px;
		margin-left: 15px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		color: #fff;
		background: #FF4447;
	}
	
	/*誓約書*/
	.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 {
		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 table tr th {
		width: 250px;
	}
	
	.cf7_sign table tr td {
		width: 550px;
	}
	
	/*入力フォーム*/
	.cf_ptn01 {
		width: 300px;
	}
	
	.cf_ptn02 {
		width: 150px;
	}
	
	.cf_ptn03 {
		width: 500px;
	}
	
	.cf_ptn01,.cf_ptn02,.cf_ptn03 {
		padding: 10px 15px;
		border: solid 1px #9B9B9B;
		font-size: 16px;
		font-weight: normal;
		line-height: 16px;
	}
	
	/*ラジオボタン*/
	.cf_radio {
		font-size: 16px;
		font-weight: normal;
		line-height: 16px;
	}
	
	/*承認ボタン*/
	.accept_btn {
		margin-top: 40px;
		font-size: 16px;
		font-weight: normal;
		line-height: 16px;
	}
	
	.accept_btn p {
		text-align: center;
	}
	
	.accept_btn a {
		color: #0082FF;
		text-decoration: underline;
	}
	
	input[name="cf_name01"] {
		margin-bottom: 10px;
	}
	
	input[name="addr"] {
		margin: 15px 0;
	}
	
	.wpcf7-list-item {
		display: block!important;
		margin-bottom: 15px!important;
	}
	
	.cf_radio span.last {
		margin-bottom: 0!important;
	}
	
	/*送信ボタン*/
	.submit_btn {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		padding: 18px 0;
		margin: 30px auto 0 auto;
		font-size: 20px;
		font-weight: 600;
		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;
	}
	
}

/*SP*/
@media only screen and (max-width: 768px) {
	/*電子契約フォーム*/
	#es {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0;
	}
	
	.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 th {
		display: block;
		width: 100%;
		height: auto;
		padding: 18px 0 5px 10px;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 14px;
		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: 5px 0 15px 10px;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
		box-sizing: border-box;
	}
	
	/*必須*/
	.must {
		position: relative;
		padding: 3px 5px;
		margin-left: 10px;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 12px;
		color: #fff;
		background: #FF4447;
	}
	
	/*誓約書*/
	.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 {
		margin: 20px auto 0 auto;
		text-align: center;
	}
	
	.cf7_sign_scroll {
		position: relative;
		width: 100%;
		height: 200px;
		padding: 10px 10px;
		margin: 20px auto 30px auto;
		overflow-y: scroll;
		border: solid 1px #ccc;
		box-sizing: border-box;
	}
	
	/*入力フォーム*/
	.cf_ptn01 {
		width: 100%;
	}
	
	.cf_ptn02 {
		width: 60%;
	}
	
	.cf_ptn03 {
		width: 100%;
	}
	
	.cf_ptn01,.cf_ptn02,.cf_ptn03 {
		padding: 10px 8px;
		border: solid 1px #9B9B9B;
		font-size: 16px;
		font-weight: normal;
		line-height: 16px;
		box-sizing: border-box;
	}
	
	/*ラジオボタン*/
	.cf_radio {
		font-size: 14px;
		font-weight: normal;
		line-height: 14px;
	}
	
	/*承認ボタン*/
	.accept_btn {
		margin-top: 30px;
		font-size: 14px;
		font-weight: normal;
		line-height: 14px;
	}
	
	.accept_btn p {
		font-size: 12px;
		text-align: center;
	}
	
	.accept_btn input {
		position: relative;
		top: 2px;
	}
	
	.accept_btn a {
		color: #0082FF;
		text-decoration: underline;
	}
	
	input[name="cf_name01"] {
		margin-bottom: 8px;
	}
	
	input[name="addr"] {
		margin: 10px 0;
	}
	
	input[name="cf_pay03"] {
		width: 80%;
	}
	
	.digital_signature-pad {
		width: 100%!important;
	}
	
	.wpcf7-list-item {
		display: block!important;
		margin-bottom: 10px!important;
	}
	
	.cf_radio span.last {
		margin-bottom: 0!important;
	}
	
	/*送信ボタン*/
	.submit_btn {
		display: block;
		position: relative;
		width: 260px;
		height: auto;
		padding: 12px 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: 769px) {
	.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: 18px;
		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_con {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto 80px auto;
	}
	
	.sign_confirm_con p {
		text-align: center;
	}
	
}

/*SP*/
@media only screen and (max-width: 768px) {
	.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: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		box-sizing: border-box;
	}
	
	#sign table tr td {
		display: block;
		width: 100%;
		height: auto;
		padding: 5px 0 15px 10px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 14px;
		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_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: 769px) {
	#thanks {
		position: relative;
		width: 800px;
		height: auto;
		margin: 60px auto;
	}
	
	#thanks p {
		text-align: center;
	}
}

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