@charset "utf-8";
/*------------------------------------------------------------
	examination
------------------------------------------------------------*/
#conts .photo {
	margin: 0 auto 0.9rem;
	max-width: 14.2rem;
}
#conts .textBox {
	margin-bottom: 2.2rem;
}
#conts .textBox p {
	margin: 0 2rem 2.4rem;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: left;
	line-height: 1.71;
}
#conts .textBox p:last-child {
	margin-bottom: 0;
}
#conts .inner {
	margin: 0 auto;
	max-width: 28rem;
}
#conts .inner input[type="text"] {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0.7rem;
    height: 4.7rem;
    border: 1px solid #707070;
    box-sizing: border-box;
	color: #4C4C4C;
    font-size: 1.6rem;
	font-weight: 400;
    padding: 0 1.5rem;
    width: 100%;
    background-color: #FFF;
}
#conts input::-webkit-input-placeholder { /* WebKit browsers */
	color: #E0E0E0;
	opacity:1;
}
#conts input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #E0E0E0;
	opacity:1;
}
#conts input::-moz-placeholder {
	color: #E0E0E0;
	opacity:1;
}
#conts input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #E0E0E0;
	opacity:1;
}
#conts .inner .note {
	margin: 0.4rem 0 2.2rem;
	font-size: 1rem;
	font-weight: 400;
	text-align: right;
}
#conts .inner .link {
	margin: 0 auto 3.5rem;
	max-width: 28rem;
}
#conts .inner .link a {
	padding: 1rem;
	min-height: 5.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	border-radius: 5.6rem;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #FFF;
	box-sizing: border-box;
}
#conts .inner .smlText {
	font-size: 1rem;
	letter-spacing: 0.04em;
	text-align: left;
}
@media all and (max-width: 896px) {
	#conts {
		padding: 5.8rem 0 0;
		min-height: inherit;
	}
}
@media all and (min-width: 897px) {
	#conts .subInner {
		padding: 3rem 0 0;
		background-color: #FFF;
	}
	#conts .topBox {
		margin-bottom: 0.9rem;
		padding: 0 3rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	#conts .topBox .photo {
		margin: 0;
		width: 8.4rem;
	}
	#conts .topBox .headLine01 {
		padding-top: 0.9rem;
	}
	#conts .inner .note {
		margin-bottom: 0.7rem;
	}
	#conts .inner .link {
		margin-bottom: 2.5rem;
	}
	#conts .inner .link a:hover {
		opacity: 0.7;
	}
}