/* CSS Document */


main #visual:before {
	content: "";
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	top: 0;
	background-position: 50% 50%;
	background-size: cover;
}


#visual:before {
	background-image: url(../../clinic/img/visual_bg.jpg);
}



#input dl.form dt {
	font-size: 16px;
	font-weight: bold;
	margin-top: 24px;
	color: #ad8541;
	padding: 10px 0;
}


#privacy .scroll {
	height: 300px;
	overflow: auto;
	border: 1px solid #e5e5e5;
}

#privacy .scroll dl {
	padding: 20px;
}

@media(max-width:768px){
	#privacy .scroll dl {
		padding: 10px;
	}
}

#privacy .scroll dl dt {
	font-weight: bold;
	margin-top: 12px;
	font-size: 13px;
}

#privacy .scroll dl dt:first-child {
	margin-top: 0;
}

#privacy .scroll dl dd {
	font-size: 12px;
}

main .action {
}

.action .btn {
	width: 100% !important;
}

.action .btn:before {
	display: none;
}





table.form {
	width: 100%;
}


table.form th {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 15px;
	text-align: left;
	width: 320px;
}

@media(max-width:768px){
	table.form th {
		display: block;
		border-bottom: none;
		width: 100%;
		padding: 12px 10px 0;
		margin-top: -1px;
	}
}

table.form th .required {
	color: #d80327;
	border: 1px solid #d80327;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	padding: 0 4px;
}

table.form td {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 15px;
}

@media(max-width:768px){
	table.form td {
		display: block;
		border-top: none;
		padding: 4px 10px 12px;
		border-left: none;
	}
}


input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
	line-height: inherit;
}


input[type='text'] {
	background-color: #EFEFEF;
	border: 2px solid #EFEFEF;
	padding: 10px;
	width: 100%;
	transition: ease-in-out .2s;
}