/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
h1 {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	h1 {
		margin-top: -80px;
		height: 160px;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		margin-top: -20px;
	}
}

.box3 {
	position: relative;
	top: 0;
	left: 0;
}

@media screen and (min-width: 1000px), print {
	.box3__inner {
		box-sizing: border-box;
	}
}

.box3 .line_title {
	width: 100%;
}

.line_title_area {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}

@media screen and (min-width: 1000px), print {
	.line_title_area {
		margin-left: -16px;
		margin-right: -16px;
	}
}

@media screen and (max-width: 999px) {
	.line_title_area {
		margin-top: 10px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.line_title_area {
		margin-left: -45px;
		margin-right: -45px;
	}
}

@media screen and (min-width: 450px) and (max-width: 767px) {
	.line_title_area {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media screen and (max-width: 449px) {
	.line_title_area {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.line_title {
	background-color: #fffa77;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

@media screen and (min-width: 1000px), print {
	.line_title {
		height: 130px;
		position: absolute;
		top: 250px;
		left: 0;
	}
}

@media screen and (max-width: 999px) {
	.line_title {
		height: 80px;
	}
}

.line_title .text {
	line-height: 1.3;
	letter-spacing: .04em;
}

@media screen and (min-width: 1000px), print {
	.line_title .text {
		font-size: 39px;
	}
}

@media screen and (max-width: 999px) {
	.line_title .text {
		padding-top: 10px;
		font-size: 20px;
	}
}

.line_title .sub {
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
}

@media screen and (min-width: 1000px), print {
	.line_title .sub {
		top: -23px;
		width: 260px;
		height: 60px;
	}
}

@media screen and (max-width: 999px) {
	.line_title .sub {
		top: -14px;
		width: 170px;
	}
}

.profile_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-line-pack: justify;
	    align-content: space-between;
}

@media screen and (min-width: 1000px), print {
	.profile_list {
		height: 600px;
	}
}

.profile_list > li {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 999px) {
	.profile_list > li {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 449px) {
	.profile_list > li {
		font-size: 0.813rem;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.profile {
	width: 120px;
}

@media screen and (max-width: 449px) {
	.profile {
		width: 100px;
	}
}

.profile .image {
	width: 120px;
}

@media screen and (max-width: 449px) {
	.profile .image {
		width: 100px;
	}
}

.profile .dep {
	-ms-transform: skew(-10deg);
	    transform: skew(-10deg);
	background-color: #4284e6;
	margin-top: -18px;
	margin-bottom: 2px;
}

.profile .dep__inner {
	-ms-transform: skew(10deg);
	    transform: skew(10deg);
	color: #fff;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (min-width: 1000px), print {
	.profile .dep__inner {
		font-size: 1rem;
	}
}

@media screen and (max-width: 449px) {
	.profile .dep__inner {
		font-size: 0.813rem;
	}
}

.profile .name {
	font-size: 0.938rem;
	text-align: center;
}

@media screen and (max-width: 449px) {
	.profile .name {
		font-size: 0.813rem;
	}
}

.profile .from,
.profile .school {
	font-size: 0.938rem;
	color: #b2b2b2;
	line-height: 1.3;
	padding-left: 24px;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 3px;
}

@media screen and (max-width: 449px) {
	.profile .from,
	.profile .school {
		font-size: 0.813rem;
	}
}

.profile .from::before,
.profile .school::before {
	content: '';
	display: block;
	width: 18px;
	height: 16px;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 5px;
	position: absolute;
	top: 2px;
	left: 0;
}

.profile .from::before {
	background-image: url("/common/img/icon/address.png");
}

.profile .school::before {
	background-image: url("/common/img/icon/school.png");
}

.rhero {
	width: 100%;
	background-color: #f3f3f3;
	position: relative;
	top: 0;
	left: 0;
}

@media screen and (min-width: 768px) {
	.rhero {
		height: 240px;
	}
}

.rhero .image {
	background-size: cover;
	background-position: center center;
}

@media screen and (min-width: 768px) {
	.rhero .image {
		width: 600px;
		height: 240px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.rhero .image {
		height: 240px;
	}
}

@media screen and (min-width: 450px) and (max-width: 767px) {
	.rhero .image {
		height: 180px;
	}
}

@media screen and (max-width: 449px) {
	.rhero .image {
		height: 100px;
	}
}

.rhero__text {
	background-color: #fffa77;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.rhero__text {
		display: inline-block;
		min-height: 64px;
		padding: 15px 25px;
		font-size: 1.5rem;
		position: absolute;
		bottom: -30px;
		right: 0;
	}
}

@media screen and (min-width: 768px) and (min-width: 1000px) {
	.rhero__text {
		right: 50px;
	}
}

@media screen and (max-width: 767px) {
	.rhero__text {
		font-size: 1.25rem;
		padding: 10px;
	}
}

@media screen and (max-width: 449px) {
	.rhero__text {
		font-size: 1.063rem;
		padding: 10px;
	}
}

.rline_list .panel_padding {
	padding-top: 20px;
	padding-bottom: 20px;
}

.rline_list .panel_padding:nth-child(odd) {
	background-color: #ffffff;
}

.rline_list .panel_padding:nth-child(even) {
	background-color: #fafafa;
}

.rline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.rline__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-preferred-size: 200px;
	    flex-basis: 200px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	box-sizing: border-box;
}

@media screen and (max-width: 999px) {
	.rline__head {
		-ms-flex-preferred-size: 100px;
		    flex-basis: 100px;
		display: block;
	}
}

@media screen and (max-width: 449px) {
	.rline__head {
		-ms-flex-preferred-size: 40px;
		    flex-basis: 40px;
	}
}

.rline__head .name {
	font-size: 0.938rem;
	color: #505050;
}

@media screen and (max-width: 449px) {
	.rline__head .name {
		font-size: 0.813rem;
		text-align: center;
		line-height: 1.3;
	}
}

.rline__head .image {
	width: 76px;
}

@media screen and (max-width: 449px) {
	.rline__head .image {
		width: 40px;
	}
}

.rline__body {
	position: relative;
	top: 0;
	left: 0;
	min-height: 76px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: start;
	    align-items: flex-start;
}

@media all and (-ms-high-contrast: none) {
	.rline__body {
		display: block;
	}
}

.rline__body::before {
	content: '';
	display: block;
	background: url("/common/img/icon/arrow/rline_blue.png") 0 0 no-repeat transparent;
	background-size: 9px 9px;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
}

.rline-left .rline__head {
	padding-right: 40px;
	-ms-flex-pack: end;
	    justify-content: flex-end;
}

@media screen and (min-width: 450px) and (max-width: 767px) {
	.rline-left .rline__head {
		padding-right: 20px;
	}
}

@media screen and (max-width: 449px) {
	.rline-left .rline__head {
		padding-right: 10px;
	}
}

@media screen and (min-width: 1000px), print {
	.rline-left .rline__head .name {
		margin-left: 1em;
	}
}

.rline-left .rline__body {
	border-left: 2px solid #4284e6;
	padding-left: 35px;
}

@media screen and (min-width: 1000px), print {
	.rline-left .rline__body {
		padding-right: 80px;
	}
}

@media screen and (min-width: 450px) and (max-width: 999px) {
	.rline-left .rline__body {
		padding-left: 20px;
	}
}

@media screen and (max-width: 449px) {
	.rline-left .rline__body {
		padding-left: 10px;
	}
}

.rline-left .rline__body::before {
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
	left: -8px;
}

.rline-right .rline__head {
	-ms-flex-order: 2;
	    order: 2;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	padding-left: 40px;
}

@media screen and (min-width: 450px) and (max-width: 767px) {
	.rline-right .rline__head {
		padding-left: 20px;
	}
}

@media screen and (max-width: 449px) {
	.rline-right .rline__head {
		padding-left: 10px;
	}
}

.rline-right .rline__head .name {
	-ms-flex-order: 2;
	    order: 2;
}

@media screen and (min-width: 1000px), print {
	.rline-right .rline__head .name {
		padding-left: 1em;
	}
}

.rline-right .rline__head .image {
	-ms-flex-order: 1;
	    order: 1;
}

.rline-right .rline__body {
	border-right: 2px solid #4284e6;
	padding-right: 35px;
	-ms-flex-order: 1;
	    order: 1;
}

@media screen and (min-width: 1000px), print {
	.rline-right .rline__body {
		padding-left: 80px;
	}
}

@media screen and (min-width: 450px) and (max-width: 767px) {
	.rline-right .rline__body {
		padding-right: 20px;
	}
}

@media screen and (max-width: 449px) {
	.rline-right .rline__body {
		padding-right: 10px;
	}
}

.rline-right .rline__body::before {
	right: -8px;
}

.rline-m .rline__body {
	border-color: #4284e6;
}

.rline-f .rline__body {
	border-color: #ff6a82;
}

.rline-f .rline__body::before {
	background-image: url("/common/img/icon/arrow/rline_red.png");
}

/*# sourceMappingURL=roundtabletalk.css.map */
