

.shiro {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 23px 20px;
}

input[type="radio"] {
    cursor: default;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0;
    padding: initial;
    border: initial;
	display: none;
}

input[type="file"],
input[type="hidden"] {
	cursor: pointer;
}
input[name="essentials_alrt"] {
	display: none;
	padding: 0;
}

.shiro label {
	position: relative;
	display: flex;
	margin-top: 5px;
	cursor: pointer;
}

.shiro label.rbxf {
	margin-top: 15px;
}

.filebox {
	padding: 22px 15px 20px;
}
.filebox label {
	margin: 0;
}
.shiro a {
	text-decoration: underline;
}

.shiro input {
	background-color: transparent;
}

.shiro input:last-child {
	margin-bottom: 0;
}

.radio {
    width: 28px;
    height: 28px;
    border-radius: 0;
    color: #EE5027;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    position: relative;
    cursor: pointer;
}

.radio::before  {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
	transform: translate(0,-50%);
    width: 14px;
    height: 14px;
    border: 1px solid #aaa;
    border-radius: 10px;
}
.shiro input:checked + span.radio:after {
    content: '';
    position: absolute;
    top: 15px;
	left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    transform: translate(-50%,-50%);
    background-color: #EE5027;
}


.fb {
	margin: 20px 0 0;
}

.fb p {
	margin: 0 0 5px;
}
.fb input {
	margin-bottom: 20px;
}
.fb input:last-child {
	margin-bottom: 0;
}

.conp2 {
	margin-top: 43px;
	padding: 0 20px;
}

.kome {
	margin: 13px 0 -0.5em;
	font-size: 12px;
}

.red4 {
	font-size: 12px;
	line-height: 1.5;
	margin: 10px 0 -0.25em;
}

#uploadfile {
	padding: 0;
}

input[type="file"] {
	display: flex;
	align-items: center;
	margin: 0;
}


@media print, screen and (min-width:768px) {

	form > div div.shiro {
	margin: 20px 20px 20px 0;
	flex:1;
	padding: 20px 20px 13px 20px;
	}
	form > div div.shiro > * {
	width: 100%;
	} 
	form > div div.filebox {
		padding: 23px 20px;
	}
	.radio {
	width: 30px;
	height: 38px;
	}

	.radio::before  {
	top: 19px;
	}
	.shiro label {
	margin: 0;
	}
	.shiro label.rbxf {
	margin-top: 8px;
	}
	.shiro input:checked + span.radio:after {
	top: 19px;
	}

	.shiro input {
	padding: 0 0 10px;
	}
	.shiro input:last-child {
	padding: 0;
	}

	.conp2 {
	margin-top: 50px;
	padding: 0;
	}
	.kome {
	margin: 10px 0 7px;
	}
	.red4 {
		font-size: 13px;
		line-height: 1.8;
		margin-bottom: -0.4em;
	}
	
}
@media print, screen and (min-width:1000px) {
	.conp2 {
		margin-top: 60px;
	}
	.red4 {
		margin-bottom: -0.4em;
	}
}
@media print, screen and (min-width:1300px) {
}