
/* デフォルトの装飾を削除 */
input, textarea, select {
	-webkit-appearance: none;
	width: calc(100% - 22px);
	padding: 10px;
	border: 1px #efefef solid;
	border-radius: 5px;
	background: #fff;
	font-size: 16px;
	color: #232323;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
select {
	width: 100%;
	background: #fff url("../img/icon_select.png") center right 10px / 8px no-repeat;
	padding: 10px;
	cursor: pointer;
}
select::-ms-expand {
    display: none;
}
:focus {
    outline: -webkit-focus-ring-color none;
}
::placeholder {
  	color: #C1C1C1;
	font-family: kinuta-mincho-stdn, sans-serif;
	font-weight: 400;
}
input[type="file"] {
	padding: 0;
	border: none;
	font-size: 14px;
}

/* 会員名簿一覧 サイドメニュー -------------------------*/
/* 卒業年別検索 */
.accodion select.grad_year1 {
	width: 120px;
}
.accodion select.grad_year2 {
	width: 65px;
}
.accodion input.btn_search {
	width: 100%;
	padding: 9px 10px;
	border: none;
	background: #897c55;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: all .3s;
}
.accodion input.btn_search:hover {
	filter: brightness(1.2);
}
/* 氏名検索 */
.accodion input.keywords {
	width: calc(100% - 22px - 60px);
}
.accodion input.btn_search.short {
	width: 50px;
}

/* フォームページ ------------------------------------*/
.boad ::placeholder {
	font-family: kozuka-gothic-pro, sans-serif;
}
.item {
	display: flex;
	align-items: center;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	position: relative;
}
.item.top {
	display: block;
	padding-top: 12px;
}
.item.required::after {
	content: "必須";
	display: inline-block;
	padding: 3px 5px;
	background: #C30003;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.item.top.required::after {
	top: 10px;
	transform: none;
}
.form_wrap {
	width: calc(100% - 180px);
}
.separation {
	border-bottom: 1px #ccc dotted;
}
.pb_20 {
	padding-bottom: 20px;
}
.mr_10 {
	margin-right: 10px;
}
.mr_20 {
	margin-right: 20px;
}
.note {
	font-size: 14px;
}
.red {
	color: #C30003;
}

input.input_half {
	width: calc(50% - 22px - 10px);
}
input.zip {
	width: calc(120px - 22px);
}
select.prefectures {
	width: 120px;
}

/* チェックボックス */
.label_check {
	display: inline-block;
}
.label_check input {
    display: none;
}
.label_check span {
	display: inline-block;
	padding-left: 28px;
    position: relative;
	cursor: pointer;
}
.label_check span::before {
	content: "";
	display: block;
    width: calc(18px - 2px);
    height: calc(18px - 2px);
    border: 1px #897c55 solid;
	background: #fff;
    position: absolute;
	top: -2px;
	left: 0;
}
.label_check span:hover {
	opacity: 0.8;
}
.label_check input:checked + span {
    color: #897c55;
}
.label_check input:checked + span::before {
    border: 1px #897c55 solid;
}
.label_check input:checked + span::after {
    content: "";
    display: block;
    width: 14px;
    height: 6px;
    border-left: 4px #897c55 solid;
	border-bottom: 4px #897c55 solid;
    position: absolute;
    top: -2px;
    left: 0;
	transform: rotate(-45deg);
}
.display_check .label_check span {
	padding-left: 0;
	padding-top: 24px;
	font-size: 10px;
	text-align: center;
}
.display_check .label_check span::before {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.display_check .label_check input:checked + span::after {
     top: 0;
   left: 2px;
}
.label_check.disa {
	pointer-events: none;
}
.label_check.disa span {
	color: #afafaf;
}
.label_check.disa span::before {
    border: 1px #afafaf solid;
}
.label_check.disa input:checked + span {
    color: #afafaf;
}
.label_check.disa input:checked + span::before {
    border: 1px #afafaf solid;
}
.label_check.disa input:checked + span::after {
    border-left: 4px #afafaf solid;
	border-bottom: 4px #afafaf solid;
}

/* ラジオボタン */
.label_radio {
	display: inline-block;
}
.label_radio input {
    display: none;
}
.label_radio span {
	display: inline-block;
	padding-left: 28px;
    position: relative;
	cursor: pointer;
}
.label_radio span:hover {
	opacity: 0.8;
}
.label_radio span::before {
	content: "";
	display: block;
    width: calc(18px - 2px);
    height: calc(18px - 2px);
    border: 1px #897c55 solid;
    border-radius: 50%;
	background: #fff;
    position: absolute;
	top: -2px;
	left: 0;
}
.label_radio input:checked + span {
    color: #897c55;
}
.label_radio input:checked + span::before {
    border: 1px #897c55 solid;
}
.label_radio input:checked + span::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #897c55;
    position: absolute;
    top: 50%;
    left: 5px;
	margin-top: -5px;
}


/* 確認ボタン -----------------------------------*/
.btn_conf {
	display: inline-block;
	width: 240px;
	padding: 15px 0;
	border: none;
	border-radius: 5px;
	background: #897c55;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: all .3s;
}
.btn_conf:hover {
	filter: brightness(1.2);
}
/* 戻るボタン */
.btn_conf#btn_back {
	background: #ccc;
	margin-right: 10px;
}
.btn_conf#btn_back:hover {
	filter: brightness(1.2);
}

/* エラーチェック -------------------------*/
.form_err {
  	background-color: #FFF7F9;
	margin-bottom: 10px!important;
}
div[id^="err_"] {
	display: inline-block;
	font-size: 12px;
}

/* 確認画面 -------------------------*/
.form_view {
	display: inline-block;
	white-space:pre-wrap; word-wrap:break-word;
}
.form_input {
    display:block;
}
.form_conf {
    display:none!important;
}
/* .input_only 確認画面では表示させないテキストに付与 */

@media screen and (max-width : 960px) {
	
	input {
		font-size: 16px;
	}
	textarea {
		font-size: 16px;
	}
	input.date {
		width: calc(160px - 22px);
	}
	input[name="introducer"].input_half {
		width: calc(100% - 22px);
	}
	input[name="tel"].input_half {
		width: calc(100% - 22px);
	}
	.item {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
	.item.top {
		padding-top: 0;
	}
	.item.required::after {
		font-size: 10px;
		position: relative;
		top: 7px;
		right: -10px;
	}
	.item.top.required::after {
		top: 7px;
		transform: translateY(-50%);
	}
	.form_wrap {
		width: 100%;
	}
	.tb_wrap {
		display: block;
	}
	.mr_10 {
		margin-right: 5px;
	}
	.mr_20 {
		margin-right: 10px;
	}
	.btn {
		font-size: 16px;
	}
	.note {
		font-size: 12px;
	}
	input.input_half {
		width: calc(50% - 22px - 5px);
	}

	/* マイページ 基本情報変更 -------------------------*/
	/* チェックボックス */
	.label_check span {
		padding-top: 22px;
	}
	.label_check span::before {
	    width: calc(16px - 2px);
	    height: calc(16px - 2px);
	}
	.label_check input:checked + span::after {
	    width: 12px;
	    height: 5px;
	    border-left: 3px #897c55 solid;
		border-bottom: 3px #897c55 solid;
	    top: 1px;
	    left: 4px;
	}
	.label_check.disa input:checked + span::after {
	    border-left: 3px #afafaf solid;
		border-bottom: 3px #afafaf solid;
	}
}


