/* ¥Ç¥Õ¥©¥ë¥È¤Î×°ï—¤òÏ÷³ý */
input, textarea, select {
	-webkit-appearance: none;
	appearance: none;
	width: calc(100% - 22px);
	padding: 6px 10px;
	border: 1px #cfcfcf solid;
	border-radius: 0;
	background: #fff;
	font-family: noto-serif, serif;
	font-size: 16px;
}
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("/common-intl/img/select.png") right center / contain no-repeat;
	padding: 7px 10px;
	cursor: pointer;
}
select::-ms-expand {
    display: none;
}
:focus {
    outline: -webkit-focus-ring-color none;
}
::placeholder {
	color: #A0A0A0;
}
.item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: calc(240px - 40px);
	padding: 0 20px;
	background: #F2F0F0;
	line-height: 1.2;
	position: relative;
}
.item.required::after {
	content: "\0203b";
	display: inline-block;
	color: #FF0000;
	font-size: 12px;
	position: relative;
	top: 0;
	right: -10px;
}
.input_wrap {
	width: calc(100% - 240px - 40px);
	padding: 20px;
}
.separation {
	border-bottom: 1px #cfcfcf solid;
}
.txt {
	display: inline-block;
}
.mr_10 {
	margin-right: 10px;
}
.mr_20 {
	margin-right: 20px;
}
form .red {
	color: #FF0000;
}
input.input_half {
	width: calc(50% - 22px - 10px);
}
select.select_half {
	width: calc(50% - 10px);
}
input.post1 {
	width: calc(100px - 22px);
}
input.post2 {
	width: calc(140px - 22px);
}
/* ¥Á¥§¥Ã¥¯¥Ü¥Ã¥¯¥¹ */
.label_check {
	display: inline-block;
	padding: 10px 20px;
	border: 1px #cfcfcf solid;;
	cursor: pointer;
}
.label_check input {
    display: none;
}
.label_check span {
	display: inline-block;
    padding-left: 26px;
	font-size: 16px;
	line-height: 1.4;
    position: relative;
}
.label_check span:hover {
	opacity: 0.8;
}
.label_check span::before {
    content: "";
    display: block;
    width: calc(16px - 2px);
    height: calc(16px - 2px);
	border: 1px #cfcfcf solid;;
    position: absolute;
    top: 3px;
    left: 0;
}
.label_check input:checked ~ span {
    color: #AA2828;
	font-weight: bold;
}
.label_check input:checked ~ span::before {
    border: 1px #AA2828 solid;
}
.label_check input:checked ~ span::after {
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    border-left: 3px #AA2828 solid;
	border-bottom: 3px #AA2828 solid;
    position: absolute;
    top: 3px;
    left: 1px;
	transform: rotate(-45deg);
}
/* ¥é¥¸¥ª¥Ü¥¿¥ó */
.label_radio {
	display: inline-block;
	cursor: pointer;
}
.label_radio input {
    display: none;
}
.label_radio span {
	display: inline-block;
    padding-left: 21px;
	font-size: 16px;
	line-height: 1;
    position: relative;
}
.label_radio span:hover {
	opacity: 0.8;
}
.label_radio span::before {
    content: "";
    display: block;
    width: calc(16px - 2px);
    height: calc(16px - 2px);
	border: 1px #cfcfcf solid;;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
	margin-top: -10px;
}
.label_radio input:checked ~ span {
    color: #AA2828;
	font-weight: bold;
}
.label_radio input:checked ~ span::before {
    border: 1px #AA2828 solid;
}
.label_radio input:checked ~ span::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #AA2828;
    position: absolute;
    top: 50%;
    left: 5px;
	margin-top: -5px;
}
/* ´_ÕJ¥Ü¥¿¥ó */
input[type="button"] {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 60px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 30px;
	background: #AA2828;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .1em;
	cursor: pointer;
	transition: all .3s;
}
input[type="button"]:hover {
	opacity: 1;
	background: #912624;
}
/* ‘ø¤ë¥Ü¥¿¥ó */
input[type="button"]#btn_back {
	background: #ccc;
	margin-right: 10px;
}
/* ¥¨¥é©`¥Á¥§¥Ã¥¯ -------------------------*/
.form_err {
  	background-color: #FFF7F9;
	margin-bottom: 10px!important;
}
div[id^="err_"] {
	display: block;
	font-size: 12px;
	line-height: 1.2;
}
/* ´_ÕJ»­Ãæ -------------------------*/
.form_view {
	display: inline-block;
	white-space:pre-wrap; word-wrap:break-word;
}
.form_input {
    display:block;
}
.form_conf {
    display:none!important;
}
/* .input_only ´_ÕJ»­Ãæ¤Ç¤Ï±íÊ¾¤µ¤»¤Ê¤¤¥Æ¥­¥¹¥È¤Ë¸¶Óë */
@media screen and (max-width : 1200px) {
	.item {
		width: calc(160px - 20px);
		padding: 0 10px;
	}
	.item.required::after {
		top: -3px;
		right: -5px;
	}
	.input_wrap {
		width: calc(100% - 160px - 40px);
	}
	select.select_half {
		width: 100%;
	}
	/* ´_ÕJ¥Ü¥¿¥ó */
	input[type="button"] {
		width: 100%;
		max-width: 240px;
		height: 50px;
		font-size: 16px;
	}
}
@media screen and (max-width : 960px) {
	.tb_wrap {
		display: block;
	}
	.item {
		width: calc(100% - 20px);
		padding: 8px 10px;
		font-size: 12px;
	}
	.input_wrap {
		width: 100%;
		padding: 15px 0;
	}
	input.input_half {
		width: calc(50% - 22px - 5px);
	}
	input.post1 {
		width: calc(90px - 22px);
	}
	input.post2 {
		width: calc(120px - 22px);
	}
	.mr_10 {
		margin-right: 8px;
	}
	.mr_20 {
		margin-right: 10px;
	}
	/* ¥Á¥§¥Ã¥¯¥Ü¥Ã¥¯¥¹ */
	.label_check {
		width: calc(100% - 22px);
		max-width: calc(360px - 22px);
		padding: 10px;
	}
}
@media screen and (max-width : 460px) {
}
