@charset "utf-8";

#pickup.expert {
	font-size: 12px;
	line-height: 1.9265;
}
#pickup.expert ._pc{
	display: block;
}
#pickup.expert ._sp{
	display: none;
}
#pickup.expert .mgT0{
	margin-top: 0 !important;
}
#pickup.expert .underline{
	text-decoration: underline;
}

/* single <-> expert 切り替えタブ */

#pickup .page-tab {
	margin-bottom: 65px;
	width: auto;
	font-size: 12px;
	line-height: 1;
}

#pickup .page-tab ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

#pickup .page-tab li {
	text-align: center;
}

#pickup .page-tab li+li {
	border-left: none;
}

#pickup .page-tab li a {
	display: block;
	text-decoration: none;
}
#pickup .page-tab li a:hover{
	color:#ed60a0 ;
}

#pickup .page-tab li .page-tab__li {
	display: block;
	padding: 8px 0;
	width: 160px;
	height: auto;
	text-decoration: none;
	background: #ececec;
	color:#adadad;
}
#pickup .page-tab li.current .page-tab__li {
	background: #333;
	color:#fff;
	font-weight: bold;
}

/* person */
#pickup.expert .person {}

/* profile */
#pickup.expert .profile {
overflow: auto;
}

#pickup.expert .profile .profile__img {
	width:35%;
	max-width: 200px;
	margin-right: 2em;
	float: left;
}

#pickup.expert .profile .profile__img img {
	width: 100%;
	height: auto;
}


#pickup.expert .profile  h2 {
	font-weight: bold;
	font-size: 15px;
}

#pickup.expert .profile  h2 span {
	display: inline-block;
	margin-left: 1em;
	color: #888;
	font-size: 12px;
}

#pickup.expert .profile  p {
	line-height: 1.7;
	margin-top: 0.5em;
}

/* sns */
#pickup.expert .profile .sns {
	margin-top: 1em;
}

#pickup.expert .profile .sns ul {
	display: flex;
}

#pickup.expert .profile .sns ul li+li {
	margin-left: 1em;
}

#pickup.expert .profile .sns ul li a img {
	width: 28px;
	height: auto;
}

/* person__sec */
#pickup.expert .person__sec {
	margin-top: 3em;
	margin-bottom: 0.5em;
	clear: both;
}

#pickup.expert .person__sec h3 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #888;
	padding: 0 0.5em;
	margin-bottom: 0.2em;
}
#pickup.expert .person__sec .person__sec__detail{
	padding: 0 0.5em;
}
#pickup.expert .btnArea{
	margin-top: 3em;
	display: flex;
	justify-content: center;
}

#pickup.expert .btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width:400px ;
	height: 50px;
	padding: 0;
	font-size: 14px;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: bold;
	text-align: center;
	border: none;
	background: #000;
	outline: none;
	cursor: pointer;
	margin: 1em;
	text-decoration: none;
}
@media only screen and (max-width: 1023px){
	#pickup.expert ._pc{
		display: none;
	}
	#pickup.expert ._sp{
		display: block;
	}
}

@media only screen and (min-width: 485px) and (max-width: 1023px){
	#pickup.expert .profile{
		display: flex;
		flex-wrap: wrap;
	}
	#pickup.expert .profile h2 span{
		margin-left: 0;
		display: block;
	}
	#pickup.expert .profile .profile__img{
		width: 30%;
		margin-right:3%;
	}
	#pickup.expert .profile .profile__text{
		width: 67%;
		display: flex;
		flex-direction: column;
	}
	#pickup.expert .profile .profile__desc{
		clear: both;
		width:100%;
	}
	#pickup.expert .profile .sns{
		margin-top: auto;
		padding-bottom: 0.2em;
	}

}
@media only screen and (max-width: 484px){
	#pickup .page-tab li .page-tab__li{
		width:150px;
	}
	#pickup.expert .profile .profile__img{
		float: none;
		margin: 0 auto 0.5em auto;
		width: 80%;
	}
	#pickup.expert .profile .profile__text{
		text-align: center;
	}
	#pickup.expert .profile h2 span{
		display: block;
		margin-left: 0;
	}
	#pickup.expert .profile .sns ul{
		justify-content: center;
		margin-bottom: 1em;
	}
	#pickup.expert .btn{
		margin: 0.5em;
	}
}