
/* 必須項目 ------------------------------*/
form .item {
	position: relative;
}
form .item::after {
	content: "\04efb\0610f";
	display: inline-block;
	font-size: 80%;
	font-weight: normal;
	margin-left: 0.5em;
	padding: 1px 6px;
	color: #ccc;
	border: solid 1px #ccc;
	border-radius: 50em !important;
	position: relative;
	top: -1px;
	right: 0;
}
form .item.required::after {
	content: "\05fc5\09808";
	border: none;
	background-color: #DD0000;
	color: #fff;
}

form input[type="button"].btn-toho {
	background-image: url("../img/icon_arrow.png");
	background-position: right 10px center;
	background-size: 8px;
	background-repeat: no-repeat;
}

/* エラーチェック -------------------------*/
.form_err {
  	background-color: #FFF7F9;
	margin-bottom: 10px!important;
}
div[id^="err_"] {
	display: block;
	width: 100%;
	color: #d93025;
	font-size: 12px;
	margin-bottom: 10px;
}

/* 確認画面 -------------------------*/
.form_view {
	display: inline-block;
	white-space:pre-wrap; word-wrap:break-word;
}
.form_input {
    display:block;
}
.form_conf {
    display:none!important;
}
form[class$="_form_conf"] .col-12.bg-white.py-5.group01 {
	padding-bottom: 0!important;
}
form[class$="_form_conf"] .col-12.bg-white.py-5.group02 {
	padding-top: 0!important;
}
form[class$="_form_conf"] .item {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 0.5rem!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
	color: #039FCC;
	font-weight: bold;
}
form[class$="_form_conf"] .item::after {
	display: none;
}
form[class$="_form_conf"] .form_wrap {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 0.5rem!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}
form[class$="_form_conf"] .form_wrap .custom-control {
	padding-left: 0;
}
form[class$="_form_conf"] .form_wrap .custom-radio {
	height: auto!important;
}
/* 戻るボタン */
input[type="button"]#btn_back {
	min-width: 160px!important;
	min-height: 36px !important;
	border: 3px #a7a7a7 solid;
	background-color: #a7a7a7;
	background-image: url("../img/icon_arrow_rt.png");
	background-position: left 5px center;
	background-size: 8px;
	background-repeat: no-repeat;
}

/* .input_only 確認画面では表示させないテキストに付与 */


@media screen and (max-width : 540px) {

	/* 戻るボタン */
	input[type="button"]#btn_back {
	}

}

