#interview .info {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 100px;
}

#interview .info .name {
	font-size: 1.7rem;
}

#interview .title {
	font-size: 1.15rem;
	text-align: left;
	font-weight: bold;
	margin: 30px 0;
}

#interview .str {
	font-size: 1.1rem;
	text-align: left;
}

#interview .image {
	width: 30%;
	margin: 0 auto 50px;
}

#interview .img-2 {
	text-align: center;
	margin-bottom: 50px;
}

#interview .img-2 img {
	width: 70%;
	margin: 0;
}

#interview .caution {
	font-size: 1.1rem;
	text-align: left;
	font-weight: bold;
	margin-top: 100px;
}


#interview .under-line {
	text-decoration: underline;
}

#interview .image-question {
	text-align: center;
}

#interview .image-question img {
	width: 80%;
}

#interview .image-main {
	text-align: center;
}

#interview .image-main img {
	width: 80%;
}

.reason-left {
	float: left;
	margin-top: 0;
	height: 2rem;
}

.right {
	text-align: right;
}

.reason-table {
	font-size: 1.2rem;
	text-align: left;
	margin-left: 0;
	margin-right: auto;
}

.reason-table th {
	width: 8%;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}

.reason-table td {
	text-align: left;
}

.square {
	display: inline-block;
	width: 1.1rem;
	height: 1.3rem;
	border: 1px solid black;
	text-align: center;
	line-height: 1.4rem;
	font-size: 1.1rem;
}

@media screen and (max-width: 1024px) {
	.reason-left {
		float: left;
		margin-top: 0;
		height: 4rem;
		font-size: 1.3rem;
	}

	.right {
		font-size: 0.6rem;
	}

	.reason-table th {
		width: 16%;
	}

	.square {
		display: inline-block;
		width: 1.4rem;
		height: 1.6rem;
		border: 1px solid black;
		text-align: center;
		line-height: 1.7rem;
		font-size: 1.4rem;
	}
}