@charset "utf-8";
/* about.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* navi　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_about span::after {
	color: #e80411 !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../images/about/about_kv.jpg);
}
#kv h2::after {
	content: "ABOUT US";
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* チーム概要　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#gaiyou_area {
	padding-top: 100px;
	margin-bottom: 150px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スタッフ紹介　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#staff_area {
	margin-bottom: 100px;
}
.staff_set {
	margin-bottom: 50px;
}
.staff_set:last-child {
	margin-bottom: 0px;
}

.staff_set h3 {
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 800;
	color: #2150A4;
	border-left: 8px solid #2150A4;
	padding-left: 10px;
}

/* -- アドバイザー ----------------------------------------------- */
#adv_wrap table {
	border-top: 1px solid #CCCCCC;
}
#adv_wrap th {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
}
#adv_wrap td {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}










/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* チーム概要　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#gaiyou_area {
	padding-top: 50px;
	margin-bottom: 80px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スタッフ紹介　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#staff_area {
	margin-bottom: 60px;
}
.staff_set {
	margin-bottom: 50px;
}
.staff_set h3 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.2em;
}

/* -- アドバイザー ----------------------------------------------- */
#adv_wrap table {
	border-top-style: none;
}
#adv_wrap th {
	border-bottom: 1px solid #CCCCCC;
	border-right-style: none;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
	display: block;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	background-color: #F4F4F4;
}
#adv_wrap td {
	border-bottom-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 100%;
	display: block;
}

}
