@charset "utf-8";

/*
Font Size(10px Base)
--------------------
10px * 1rem -> 10px
10px * 1.5rem -> 15px
10px * 2rem -> 20px
10px * 2.5rem -> 25px
*/

/* ===================================================================

	Base CSS

=================================================================== */

.staff_list ul {
	overflow: hidden;
}

.staff_list ul li {
	text-align: center;
	float: left;
}

.staff_list ul li > a {
	text-decoration: none;
	display: block;
}

.staff_list ul li > a:hover {
	color: #0065AC;
}

.staff_list ul li > a > span {
	display: block;
}

.staff_list ul li > a > .name {
	font-weight: bold;
}


/* Profile */

.remodal-overlay {
	background: rgba(183, 234, 251, 0.8);
}

.remodal {
	border-radius: 5px;
	border: solid 5px #f8b142;
	background: url(../images/common/bg1.gif);
}

.profile_block .profile_header {
	color: #725c39;
}
.profile_block .profile_header h1 {
	font-weight: bold;
	line-height: 1.5;
}

.profile_block .profile_header p {
	font-weight: bold;
}

.profile_block .profile_header p > span {
	font-weight: normal;
}

.profile_block > .inner > .photo {
	padding: 4px;
	font-size: 0;
	line-height: 0;
	border: solid 1px #ddd;
	background: #fff;
	box-sizing: border-box;
}

.profile_block .profile > .words {
	border: solid 1px #f8b142;
	background: #fff;
}

.profile_block .profile > .words > dl {
	border: dashed 1px #ffd384;
}

.profile_block .profile > .words > dl dd {
	font-weight: bold;
	text-align: center;
	color: #725c39;
}

.profile_block .profile > .words > dl dd span {
	display: block;
}

.profile_block .profile > .profile_detail {
	padding: 10px 0 0 0;
	text-align: left;
}

.profile_block .profile > .profile_detail li {
	margin: 5px 0 0 0;
	padding: 0 2em 0 75px;
	line-height: 1.4;
	display: inline-block;
	position: relative;
}

.profile_block .profile > .profile_detail li > span.label {
	padding: 0 5px 0 10px;
	font-weight: bold;
	color: #725c39;
	border-left: solid 3px #f8b142;
	position: absolute;
	top: 0;
	left: 0;
}

.profile_block .profile > .profile_detail li.hobby {
	padding-right: 0;
	width: 100%;
	box-sizing: border-box;
}

.profile_block .profile > .message > .inner {

}

.btn_close1 {
	font-size: 3.5rem;
	line-height: 1;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
}

.btn_close1 a {
	text-decoration: none;
	color: #f8b142;
}

/* ===================================================================

	PC Style

=================================================================== */

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

.staff_list ul li {
	margin: 40px 0 0 40px;
	width: 210px;
}

	.staff_list ul li:nth-child(4n+1) {
		margin-left: 0;
	}

.staff_list ul li > a > .name {
	font-size: 2rem;
	line-height: 1.4;
}

.staff_list ul li > a > .post,
.staff_list ul li > a > .roma {
	font-size: 1.2rem;
}

/* Profile */

.remodal {
	padding: 30px;
}

.profile_block {
	text-align: left;
	width: 800px;
	position: relative;
}

.profile_block > .inner {
	margin: 15px 0 0 0;
	text-align: left;
	width: 730px;
	position: relative;
	overflow: hidden;
}

.profile_block .profile_header h1 {
	font-size: 3.5rem;
	display: inline-block;
}

.profile_block .profile_header p {
	padding: 0 0 0 10px;
	line-height: 1.4;
	display: inline-block;
}

.profile_block > .inner > .photo {
	width: 280px;
	float: right;
}

.profile_block .profile {
	width: 420px;
	float: left;
}

.profile_block .profile > .words {
	padding: 4px;
}

.profile_block .profile > .words > dl {
	padding: 5px;
}

.profile_block .profile > .words > dl dt {
	width: 80px;
}

.profile_block .profile > .words > dl dd {
	padding: 0 0 30px 0;
	font-size: 1.8rem;
}

.profile_block .profile > .words > dl dd span {
	margin: 5px 20px 0 ;
	font-size: 1.2rem;
}

.profile_block .profile > .message {
	margin: 30px 0 0 0;
}

.profile_block .profile > .message > h2 {
	width: 136px;
}

.profile_block .profile > .message > .inner {
	margin: 5px 0 0 0;
	padding: 15px 20px;
	border-radius: 3px;
	border: solid 1px #f8b142;
	background: #fff;
}


}/* End min-width 768px */

/* ===================================================================

	SP Style

=================================================================== */
@media only screen and (max-width: 767px) {

.staff_list ul {
	margin: 0 auto;
	max-width: 540px;
}

.staff_list ul li {
	margin: 30px 0 0 0;
	padding: 0 10px;
	width: 50%;
	box-sizing: border-box;
}

	.staff_list ul li:nth-child(2n+1) {
		padding-left: 0;
	}

	.staff_list ul li:nth-child(2n) {
		padding-right: 0;
	}


.staff_list ul li > a > .name {
	font-size: 1.8rem;
	line-height: 1.4;
}

.staff_list ul li > a > .post {
	font-size: 1.2rem;
}

.staff_list ul li > a > .roma {
	font-size: 1rem;
}


/* Profile */

.remodal-overlay {
	box-sizing: border-box;
}

.remodal {
	padding: 20px;
}

.profile_block .profile_header h1 {
	font-size: 2.7rem;
}

.profile_block .profile_header p {
	font-size: 1.4rem;
	line-height: 1.5;
}

.profile_block > .inner > .photo {
	margin: 20px auto 0 auto;
	width: 100%;
	max-width: 280px;
}

.profile_block > .inner > .profile {
	margin: 15px 0 0 0;
}

.profile_block .profile > .words {
	padding: 2px;
}

.profile_block .profile > .words > dl {
	padding: 2px;
}

.profile_block .profile > .words > dl dt {
	font-size: 0;
	line-height: 0;
	background: #725c39;
}

.profile_block .profile > .words > dl dt > img {
	width: auto;
	height: 24px;
}

.profile_block .profile > .words > dl dd {
	padding: 10px;
}

.profile_block .profile > .words > dl dd span {
	margin: 5px 20px 0 ;
	font-size: 1.2rem;
}

.profile_block .profile > .profile_detail li {
	font-size: 1.4rem;
}

.profile_block .profile > .message {
	margin: 15px 0 0 0;
	padding: 20px 15px 15px 15px;
	border-radius: 3px;
	border: solid 1px #f8b142;
	background: #fff;
}

.profile_block .profile > .message > h2 > img {
	width: auto;
	height: 19px;
}

.profile_block .profile > .message > .inner {
	margin: 5px 0 0 0;
	text-align: left;
}

.btn_close2 {
	margin: 20px 0 0 0;
	display: block !important;
}

.btn_close2 .btn2 {
	margin: 0 auto;
	width: 100%;
	max-width: 380px;
}

}/* End max-width 767px */

