@charset "utf-8";
/*入会フォーム*/
/*2022.3.1更新*/

/*フォーム画面設定*/
#nyuukai-form p.form-exp {
	text-align: right;
	color:red;
	margin-bottom: 0px;
}

#nyuukai-form b {
	font-weight: normal;
	color:red;
	font-size: 0.8em;
	margin-left: 2px;
}

#nyuukai-form table tbody th b {
	display:inline;
}

#nyuukai-form table {
	width: 100%;
}

#nyuukai-form  table caption {
	background-color: #7CB342;
	color:#FFF;
	text-align: center;
	padding: 5px;
	border-left: 1px #666 solid;
	border-right: 1px #666 solid;
}

#nyuukai-form  table.top caption {
	border-top: 1px #666 solid;	
}

#nyuukai-form #postcode1 {
	width: 3em;
}

#nyuukai-form #postcode2 {
	width: 4em;
}

#nyuukai-form .years01 {
	width: 3em;
	margin-left: 0.5em;
	margin-right: 5px;
}

#nyuukai-form .years02 {
	width: 5em;
	margin-left: 0.5em;
	margin-right: 5px;
}

#nyuukai-form table {
border-collapse: collapse;
	border-top: 1px #666 solid;
	border-right: 1px #666 solid;
	/*width: 100%;*/
}

#nyuukai-form table th {
	padding:5px 5px;
}

#nyuukai-form table td {
	padding:5px 10px;
}

#nyuukai-form table tbody th{
	border-left: 1px #666 solid;
	border-bottom: 1px #666 solid;
	background-color: #FFECB3;
}

#nyuukai-form table tbody td{
	border-left: 1px #666 solid;
	border-bottom: 1px #666 solid;
}

#nyuukai-form table .text,
#nyuukai-form table .textarea {
	width: 100%;
	box-sizing: border-box;
}

#nyuukai-form .btn {
	padding: 3px 8px;
	font-size: 1.2em;
}

.item-main {
	margin-bottom: 0.5em;
}

.item-main b {
	margin-right: 0.5em;
}

.item-main em {
	font-weight: bold;
	font-style: normal;
}

.item-main span.first {
	margin: 0 0 0 0;
}

.item-sub1 {
	margin-bottom: 0.5em;
}

.item-sub1 span.wpcf7-list-item {
	display: block;
}

/*入会申し込みフォーム（PC）*/
@media print,screen and (min-width: 768px) {
	#nyuukai-form p.form-exp {
		max-width: 1200px;
	}

	#nyuukai-form table th {
		width: 360px;
	}

	#nyuukai-form table {
		max-width: 1200px;
	}

	/*活動領域(その他）*/
	#nyuukai-form table .katsudou-etc {
		width: calc(100% - 230px);
		/*margin-right: 2px;*/
		box-sizing: border-box;
	}
}

/*入会申し込みフォーム（SP）*/
@media screen and (max-width:767px) {
	#nyuukai-form table th,
	#nyuukai-form table td{
		display: block;
		width: 100%;
		box-sizing: border-box;	
	}

	#nyuukai-form table td .wpcf7-radio {
		display: flex;
}

	#nyuukai-form table td span.learn {
		display: block;
	}

	#nyuukai-form table td .item-main span.wpcf7-radio {
		display: inline;
	}

	#nyuukai-form table td .item-main span.radio-item {
		display: block;
	}

	#nyuukai-form table td .wpcf7-radio .wpcf7-list-item {
		margin-top: 0;
		display: inline;
	}

	/*ラジオボタン関連調整*/
	#nyuukai-form table.profile tr:nth-child(3) td .wpcf7-radio,
	#nyuukai-form table.profile tr:nth-child(13) td .wpcf7-radio,
	#nyuukai-form table.shikaku tr:nth-child(2) td .wpcf7-radio {
		display: inline;
	}

}

/*フォーム印刷設定*/
@media print {
	nav,#page-top a {
		display: none;
	}

	#nyuukai-form p.form-exp,
	#nyuukai-form table {
		max-width: 100%;
	}

	.link-box {
		display: none;
	}

	/*recaptcha*/
	/*.wpcf7 .inv-recaptcha-holder .grecaptcha-badge .grecaptcha-logo*/
	.wpcf7 .inv-recaptcha-holder .grecaptcha-badge {
		display: none;
	}
}

@page {
	size: A4;
	margin: 3mm 3mm;
}

.link-box {
	margin-top: 2.0em;
}
