@charset "UTF-8";
/*
 * /contents/adviser/
 */
/* ==============================================
	キャリアアドバイザー紹介
============================================== */
a.link_hover:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
li.link_hover:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/* areaList
---------------------------------------------- */
.areaList {
	margin-bottom: 32px;
}

.detailAreaList {
	margin-bottom: 0;
}

.areaList ul {
	margin-bottom: -13px;
}

.detailAreaList ul {
	margin-bottom: 0;
}

.areaList li {
	background: #f9f5f6;
	border-radius: 3px;
	float: left;
	margin: 0 13px 13px 0;
	width: 160px;
}

.areaList li:nth-child(4n) {
	margin-right: 0;
}

.areaList li a {
	background: url("../img/list_btn.png") no-repeat 90% 96%;
	cursor: pointer;
	display: block;
	padding: 8px 8px 25px;
	text-decoration: none;
}

.areaList li a .name {
	height: 17px;
	margin: 8px 0;
	width: 144px;
}

.areaList li a .name img {
	height: auto;
	width: 100%;
}

.areaList li a .img {
	width: 144px;
	height: 128px;
}

.areaList li a .data {
	margin-top: 1em;
}
.areaList li a p {
	color: #333;
	margin-bottom: 8px;
}

/* registBtn
---------------------------------------------- */
.registBtn {
	margin-top: 40px;
}

.registBtn a {
	background: url("../img/arrow_btn.png") no-repeat 200px center;
	background-color: #bc0081;
	border-radius: 5px;
	color: #FFF;
	display: block;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0 0 40px 0;
	padding: 20px 0 20px 0;
	text-align: center;
	text-decoration: none;
}

/* areaNav
---------------------------------------------- */
.areaNav {
	margin-bottom: 24px;
}

.areaNav li {
	float: left;
	margin-right: 10px;
}

.areaNav li:nth-child(3n) {
	margin-right: 0;
}

.areaNav li a {
	background: url("../img/arrow_area.png") no-repeat 10px 50% #f9f5f6;
	border-radius: 3px;
	display: block;
	padding: 13px 0 ;
	text-align: center;
	width: 220px;
}

.areaNav li a.on,
.areaNav li a:hover {
	background-color: #d7c5c3;
}

/* mainBox
---------------------------------------------- */
#mainBox {
	position: relative;
}

#mainBox h1,
#mainBox p {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 48px;
	position: absolute;
	left: 32px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

#mainBox h1.right,
#mainBox p.right {
	left: auto;
	right: 32px;
}

#mainBox h1 span,
#mainBox p span {
	background: rgba(189,0,129,0.7);
	display: inline-block;
	margin-bottom: 8px;
	padding: 0 10px;
}

/* profile
---------------------------------------------- */
#profile {
	background: #eee8ea;
	margin-bottom: 23px;
	padding: 8px;
	position: relative;
}

#profile .name {
	float: left;
	margin: 0px 8px 0 0;
}

#profile .text {
	border-left: 1px solid #999;
	float: left;
	width: 520px;
	margin-top: 11px;
	padding-left: 12px;
}

#profile .area {
	background: #fff;
	border-radius: 3px;
	float: right;
	color: #666666;
	padding: 8px 0 8px 9px;
	width: 296px;
}

#profile .area .ttl {
	color: #a2596d;
	margin-bottom: 5px;
}

/* detailBox
---------------------------------------------- */
#detailBox h2,
#detailBox h3 {
	border-bottom: 1px dotted #b98997;
	color: #521326;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	margin-bottom: 15px;
	padding-bottom: 11px;
}

#detailBox h2.q,
#detailBox h3.q {
	background: no-repeat 0 3px;
	padding-left: 46px;
}

#detailBox h2.q1,
#detailBox h3.q1 {
	background-image: url("../img/q_01.gif");
}

#detailBox h2.q2,
#detailBox h3.q2 {
	background-image: url("../img/q_02.gif");
}

#detailBox h2.q3,
#detailBox h3.q3 {
	background-image: url("../img/q_03.gif");
}

#detailBox p {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 37px;
}

#message .img {
	float: left;
	margin-right: 24px;
}

#message .data {
	float: left;
	width: 392px;
}


.adviserMain {
    display: flex;
    align-items: center;
	margin-bottom: 2em;
}
.adviserThumb {
    width: 140px;
    flex-shrink: 0;
}
.adviserThumb img {
    width: 100%;
    vertical-align: bottom;
}
.adviserCatch {
    padding-left: 2em;
}
.adviserCatch span {
    background: rgba(189,0,129,0.7);
    display: inline-block;
    margin-bottom: 8px;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}