@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: 60px;
	}
	
	/*メインビジュアル*/
	#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;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	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: 1025px) {
	header {
		z-index: 100;
		position: fixed;
		width: 100%;
		height: 60px;
		background: #fff;
	}
	
	header a.logo {
		position: absolute;
		top: 50%;
		left: 50px;
		transform: translateY(-50%) translateX(0);
		width: auto;
		height: auto;
		font-size: 26px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
	}
	
	header a.logo font {
		display: block;
		position: relative;
		margin-top: 5px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
	}
	
	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;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	header {
		z-index: 100;
		position: fixed;
		width: 100%;
		height: 50px;
		background: #fff;
	}
	
	header a.logo {
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%) translateX(0);
		width: auto;
		height: auto;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
	}
	
	header a.logo font {
		display: block;
		position: relative;
		margin-top: 3px;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 11px;
	}
	
	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: 1025px) {
	#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_mv h1 font {
		display: block;
		position: relative;
		margin-top: 15px;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 24px;
	}
	
	#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;
	}
}

/*SMP*/
@media only screen and (max-width: 1025px) {
	#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_mv h1 font {
		display: block;
		position: relative;
		margin-top: 10px;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 14px;
	}
	
	#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: 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;
	}
	
	/*入力フォーム*/
	select[name="your_type"],
	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"],
	select[name="your_member"],
	select[name="your_category"] {
		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="payment_method"] .wpcf7-list-item {
		margin: 10px 40px 10px 0;
	}
	
	select[name="your_type"],
	select[name="your_member"],
	select[name="your_category"] {
		width: 300px;
	}
	
	/*誓約書*/
	.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;
	}
	
	/*入力フォーム*/
	select[name="your_type"],
	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"],
	select[name="your_member"],
	select[name="your_category"] {
		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="payment_method"] .wpcf7-list-item {
		display: block;
		width: 100%;
		margin: 7px 0 7px 0;
	}
	
	select[name="your_type"],
	select[name="your_member"],
	select[name="your_category"] {
		width: 100%;
	}
	
	/*誓約書*/
	.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;
	}
}