@charset "UTF-8";

@media screen and (max-width:767px) {

/* 640px */

#mainTitle{
padding-bottom: 20px;
}

#mainArea .profile {
	margin: 40px auto 0;
	margin: 15.6vw auto 0;
	width: 580px;
	width: 90.6vw;
}

#mainArea .profile .right {
	width: 540px;
	width: 86.6vw;
	height: auto;
	text-align: left;
	padding: 10px;
}
#mainArea .profile div.name {
	font-size: 28px;
	font-size: 4.4vw;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
#mainArea .profile div.name span {
	font-size: 18px;
	font-size: 2.8vw;
	letter-spacing: -0.01em;
}
#mainArea .profile p {
	font-size: 22px;
	font-size: 3.4vw;
	font-weight: 500;
	margin: 15px 0 0 0;
	margin: 2.3vw 0 0 0;
}
#mainArea .profile .profLink {
	position: relative;
	bottom: 0;
	right: 0;
	margin: 10px auto 0;
	margin: 1.6vw auto 0;
	text-align: right;
}
#mainArea .profile .profLink img {
	vertical-align: middle;
}
#mainArea .profile .profLink a {
	font-size: 22px;
	font-size: 3.4vw;
	color: #858585;
	position: relative;
}
#mainArea .profile .profLink a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#mainArea .profile .profLink a::after {
	content: " ";
	background-color: #858585;
	width: 100%;
	height: 1px;
	height: 1px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	transition:all 0s;
}
#mainArea .profile .profLink a:hover::after {
	opacity: 1;
}

.contentsBox {
}
.contentsBox .ques {
	width: 580px;
	width: 90.6vw;
	margin: 50px auto 0;
	margin: 7.8vw auto 0;
	font-size: 24px;
	font-size: 3.8vw;
	font-weight: bold;
	text-align: left;
	line-height: 1.7;
	position: relative;
}
.contentsBox .ques.second {
	margin: 70px auto 0;
	margin: 10.9vw auto 0;
}


.contentsBox .ans {
	width: 580px;
	width: 90.6vw;
	margin: 22px auto 0;
	margin: 3.4vw auto 0;
	font-size: 24px;
	font-size: 3.8vw;
	font-weight: 500;
	text-align: left;
	line-height: 1.5em;
}

.contentsBox .ans_note {
font-size: 22px;
font-size: 3.4vw;
}

.contentsBox .imgBox2 {
	width: 270px;
	width: 43.3vw;
	margin: 32px 10px 0;
	margin: 5.0vw 2.0vw 0;
	position: relative;
	float: left;
}

.contentsBox .imgBox2 img {
	width: 100%;
	height: auto;
}



.contentsBox .imgBox {
	width: 580px;
	width: 90.6vw;
	margin: 32px auto 0;
	margin: 5.0vw auto 0;
	position: relative;
}
.contentsBox .imgBox img {
	width: 100%;
	height: auto;
}

.contentsBox .choosePoint {
	margin: 70px auto 0;
	margin: 10.9vw auto 0;
	width: 580px;
	width: 90.6vw;
	text-align: left;
}

.contentsBox .choosePoint .boxInner{
	padding: 20px 20px;
	border: 2px solid #858585;
	border: 0.3vw solid #858585;
	background: #fff;
	font-size: 22px;
	font-size: 3.4vw;
	line-height: 1.7;
}


.contentsBox .note {
	width: 580px;
	width: 90.6vw;
	margin: 22px auto 0;
	margin: 3.4vw auto 0;
	font-size: 18px;
	font-size: 2.8vw;
}

.contentsBox .choosePoint p{
font-size: 24px;
font-size: 3.8vw;
line-height: 1.7;
}

.contentsBox p {
font-size: 22px;
font-size: 3.4vw;
}

.contentsBox .imgBox p.cap2 {
	text-align: left;
}

.contentsBox .imgBox p.cap,
.contentsBox .imgBox2 p.cap,
.contentsBox .choosePoint span {
	font-size: 12px;
}




} /* media */