h5 {
	width: 32%;
	float: left;
	font-size: 16px;
	padding-top: 8px;
	color: #353535;
	margin-left: 6%;
}
.my-account-container {
	background-color: #f9f9f9;
}
#body {
	min-height: auto;
}
.main-area {
	width: 450px;
	margin: 0 auto;
}
.main-area > h1 {
	color: #6dbc9d;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 30px;
}
.form {
	width: 450px;
	margin: 0 auto;
}
.form > div {
	margin-bottom: 0px;
	background-color: #ffffff;
	padding-left: 5%;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 15px;
	padding-bottom: 10px;
}
.caregiver_icon {
	width: 65px;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
}
.caregiver_info {
	width: 70%;
	float: left;
}
.caregiver_info > strong {
	display: block;
	width: 100%;
	float: left;
	font-size: 16px;
	padding-top: 3px;
}
.caregiver_info > span {
	display: block;
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: normal;
}
.caregiver_info > div {
	display: none;
	font-weight: normal;
	width: 100%;
	float: left;
	padding-top: 10px;
	line-height: 30px;
}
.selected .caregiver_info > strong,
.selected .caregiver_info > span {
	color: #f46157;
}
.selected .caregiver_info > div {
	display: block;
}
.sp_select {
	float: left;
	width: 27%;
	margin-right: 3%;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'] {
	width: 40%;
}
select {
	width: 40%;
}
label {
	width: 100%;
	margin-bottom: 0rem;
}
input[type='radio'] {
	margin-right: 10px;
	margin-top: 25px;
}
.edit-btn {
	width: auto;
	float: left;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 18px;
	margin-left: 30px;
	margin-right: 30px;
}
.get-point-area {
	width: fit-content;
	margin: 0 auto;
	padding-top: 30px;
}
input[type='radio']:after {
	width: 20px;
	height: 20px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #e2e2e2;
}
input[type='radio'] {
	margin-right: 10px;
	float: left;
}
input[type='radio']:checked:after {
	width: 20px;
	height: 20px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-image: url('/image/check_mark.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #f66958;
}
@media screen and (max-width: 767px) {
	#body {
		margin: 60px auto 0px;
	}
	h1 {
		font-size: 20px !important;
	}
	.form {
		width: 100%;
		padding-left: 0% !important;
		padding-right: 0% !important;
	}
	.form > div {
		margin-bottom: 0px;
	}
	.sp_select {
		margin-left: 30px;
		width: 50%;
		display: block;
	}
	label {
		width: 100%;
	}
	h5 {
		width: 80%;
		margin-left: 30px;
	}
	input[type='text'],
	input[type='email'],
	input[type='tel'],
	input[type='password'] {
		width: 88%;
		margin-left: 30px;
		margin-bottom: 15px;
	}
	select {
		width: 88%;
		margin-left: 30px;
		margin-bottom: 15px;
	}
	.form > div > span {
		width: 88%;
		margin-left: 30px;
	}
	.edit-btn {
		float: none;
		display: block;
		width: 300px;
		margin: 10px auto;
	}
	.get-point-area {
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 50px;
	}
}
