@charset "utf-8";
/*
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url("https://fonts.googleapis.com/css?family=Lato:400,900");
*/
body {
/*
	font-family: 'Lato', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
*/
	font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: normal;
}

@media (min-width:768px) {
}
@media (min-width:992px) {
}
@media (min-width:1200px) {
}

/* BS調整 */
@media (max-width:767px) {
	.btn {
		white-space: normal;
	}
}

/* 調整 */
header .navbar-brand {
	margin-top: -15px;
}

header .navbar-brand img {
	max-width: 380px;
	height: auto;
}

/* ロゴサイズ調整 */
header .navbar-brand img.brand-sp {
	display: none;
}
@media screen and (max-width: 990px) {
	header .navbar-brand img.brand-sp {
		display: block;
	}
	header .navbar-brand img.brand-pc {
		display: none;
	}
}
@media screen and (min-width: 991px) {
	header .navbar-brand img {
		max-width: 500px;
	}
}
@media screen and (min-width: 1020px) {
	header .navbar-brand img {
		max-width: 540px;
	}
}
@media screen and (min-width: 1080px) {
	header .navbar-brand img {
		max-width: 600px;
	}
}
@media screen and (min-width: 1200px) {
	header .navbar-brand img {
		max-width: 700px;
	}
}

@media screen and (max-width: 767px) {
	header .navbar-brand img {
		max-width: 280px;
	}
}
@media screen and (max-width: 450px) {
	header .navbar-brand img {
		max-width: 230px;
	}
}

.topic-box a {
	border: none !important;
	color: inherit;
}
.topic-title a {
	color:rgba(131, 33, 72, 1.0) !important;
	border: none !important;
}
.topic-title a:hover {
	text-decoration: underline !important;
}

.faq-q {
	vertical-align: text-bottom;
}

.faq-a {
	vertical-align: text-bottom;
}

#cpc-faq .panel-title > a {
	display: block;
}

#cpc-faq.page-contents .panel-collapse > .panel-body {
	padding: 15px !important;
}

#cpc-faq.page-contents .faq-flex-list .panel-collapse > .panel-body,
#cpc-faq .faq-flex-list .panel-title > a {
	display: flex;
}
.faq-flex-list .faq-q,
.faq-flex-list .faq-a {
	flex-shrink: 0;
}
#cpc-faq.page-contents .faq-flex-list .panel-collapse > .panel-body *:nth-of-type(2),
#cpc-faq .faq-flex-list .panel-title > a *:nth-of-type(2) {
	padding-top: .5em;
	padding-left: .25em;
}

#lehmann-top {
	background-color: #fff;
	border-top: 5px solid #832148;
	padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
	#lehmann-top {
		padding: 50px 0;
	}
}
#lehmann-top .btn-view-works{
	background:rgba(131, 33, 72, 1.0);
	color: #fff;
	padding: 15px 40px;
	margin-top:40px;
}
.add-imgcaption.caption-bottom span {
	display: block;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(131, 33, 72, .75);
	color: #fff;
	text-align: center;
	padding: 10px .5em;
	max-width: 100%;
	font-size: .9em;
}


@media screen and (min-width: 768px) {
	footer {
		margin-top: 50px;
	}
}

.footer-manu li a:before {
	content: "\f0da";
	font-family: fontAwesome;
	display: inline-block;
	margin-right: .4em;
	color: #832248;
}

.footer-addr {
	font-size: 13px;
}
.footer-name {
	display: block;
	margin-top: 50px;
	margin-bottom: 8px;
	font-size: 21px;
}
@media screen and (max-width: 767px) {
	.footer-name {
		margin-top: 0;
	}
}

/* スマホ用メニュー */
@media screen and (max-width: 767px) {
	.dropdown-menu > li a {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.dropdown-menu > li a:before {
		content: "\f105";
		font-family: fontAwesome;
		display: inline-block;
		margin-right: .5em;
	}
	header .navbar-default .navbar-toggle {
		position: fixed;
		right: 20px;
		top: 55px;
		margin: 0;
		z-index: 9999;
		background-color: rgba(255,255,255,.35);
	}
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: rgba(255,255,255,.35)  !important;
	}
}


/* 拡張 */
.page-contents.cpc.action-entry,
.page-contents.cpc.action-confirm,
.page-contents.cpc.action-result,
.page-contents.el .container,
.page-contents.program .container,
.page-contents.member .container {
	padding-top: 20px;
	padding-bottom: 30px;
}
.page-contents.el .panel-body,
.page-contents.member .panel-body {
	padding: 15px;
}

.page-title {
	margin-bottom: 30px;
	color: rgba(131, 33, 72, 1.0);
}

h2.page-title:before {
	content: "\f009";
	font-family: fontAwesome;
	display: inline-block;
	margin-right: .5em;
	color: #832348;
}

.page-title .sub-text {
	display: block;
	padding-left: 1.5em;
	margin-top: 10px;
}

#mypage-menu h5 {
	background-color: #832248;
	color: #fff;
	margin-top: 0;
}

#mypage-menu h5 .fa-inverse {
	color: #832248;
}

#mypage-menu .item-muted,
#mypage-menu a {
	padding-left: 30px;
}
#mypage-menu .item-muted:before,
#mypage-menu a:before {
	content: "\f138";
	font-family: fontAwesome;
	display: inline-block;
	color: #832348;
	margin-left: -1.4em;
	float: left;
	font-weight: normal !important;
}

#mypage-menu .menu-logout:before {
	content: "\f08b";
}
#mypage-menu .menu-return:before {
	content: "\f064";
}
#mypage-menu .menu-inquiry.item-muted:before {
	content: "\f08a";
}

.required {
	color: #f22;
}

.colsetx2 th {
	background-color: #f1f1f1;
	font-weight: 500;
}
.colsetx2 td {
	background-color: #fff;
}
@media (min-width: 768px) {
	.colsetx2 th {
		width: 14em;
	}
	.th-shrink th {
		width: 9.5em;
	}
}
.table.colsetx2 label {
	font-weight: normal;
	white-space: nowrap;
	margin-right: .5em;
}

table.datalist th {
	background-color: #f1f1f1;
	font-weight: 500;
}
table.datalist td {
	background-color: #fff;
}

@media (max-width: 767px) {
	.page-contents .table.colsetx2 {
		width: 100%;
		border-width: 0;
		border-bottom-width: 1px;
	}
	.page-contents .table.colsetx2 th {
		display: block;
		border-bottom-width: 0;
	}
	.page-contents .table.colsetx2 td {
		display: block;
		border-bottom-width: 0;
	}
}

/* 共通 */
.member-infobox {
	z-index: 9999;
	position: fixed;
	top: 3px;
	right: 3px;
	display: inline-block;
	text-align: right;
	padding: 10px 10px 12px 10px;
	background-color: rgba(0,0,0,.2);
}
.member-infobox .label {
	font-weight: normal;
}

#call-to-action .action-title {
	font-weight: 500;
}

#sec-sns-pr {
	position: absolute;
	right: 30px;
	top: 65px;
}
#sec-sns-pr a:hover {
	opacity: .85;
}
@media screen and (max-width: 899px){
	#sec-sns-pr {
		top: 115px;
	}
}

@media screen and (max-width: 767px){
	#sec-sns-pr {
		display: none;
	}
	.nav-item-banner a {
		padding: 0 !important;
		display: inline-block !important;
		width: 48% !important;
		float: left;
	}
	.nav-item-banner img {
		max-width: 100% !important;
	}
}
.footer-sns-link {
	margin-top: 70px;
	padding: 15px 0 25px;
	background-color: rgba(240,240,250,.5);
}
.footer-sns-link img {
	max-width: 100%;
	height: auto;
}

/* トップページ */
.feature-greeting:before {
	content: "";
	display: block;
}
.feature-greeting {
	padding: 20px 15px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	margin-bottom: 20px;
}
.feature-greeting p {
	color: #333 !important;
}

/* プロフィール */
#member-profile .table a.btn {
	min-width: 14em;
}

/* 開講プログラム */
.course-title {
	font-size: 20px;
	margin: 0 -15px;
	padding: 12px 10px 8px 2em;
	border-bottom: 2px solid #832148;
	color: #fff;
	background-color: rgba(131, 33, 72, 0.5);
}
.course-title:before {
	content: "\f101";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: bold;
	color: #832148;
	margin-left: -1.0em;
	float: left;
}
.course-title small {
	color: #fff;
}

.course-status {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	border-radius: .2em;
	padding: .2em 2em;
	margin-top: 0.8em;
	margin-left: 1em;
	vertical-align: top;
	float: right;
}

dl.course-info {
	padding: 0;
	margin: 5px 0;
}
@media screen and (min-width:992px) { 
	dl.course-info {
	border-right: 2px solid rgba(131, 33, 72, 0.8);
	padding-right:10px;
	}
  }
dl.course-info dt {
	display: block;
	border-left: 6px solid #c10909;
	margin-bottom: 2px;
	padding: 0 0 0 10px;
	font-weight: bold;
	color:rgba(131, 33, 72, 1.0);
}
dl.course-info dd {
	display: block;
	border-left: 6px solid #dac6c6;
	margin-bottom: 12px;
	padding: 0 0 0 10px;
}

.lecture-detail {
	font-size: .9em;
}

.lecture-date {
	border-bottom: 1px dotted #c1c1c1;
	font-size: 1.1em;
	margin-bottom: 20px;
	color:rgba(131, 33, 72, 1.0);
	font-weight:bold;
	margin-left:10px;
	margin-top: 20px;
}
.details-list .lecture-date:nth-of-type(1) {
	margin-top: 0;
}

@media (max-width: 767px) {
	.lecture-date {
		margin-left: 0px;
	}
}
@media (min-width: 768px) {
	.lecture-info {
		margin-left: 1em;
	}
}
.lecture-body {
	margin-bottom: 1em;
	margin-left:40px;
}
@media (max-width: 767px) {
	.lecture-body {
	margin-left: 0px;
	}
}


/*
	margin-left: 1.5em;
*/
}
.lecture-body p {
	font-size: 0.9em;
}
@media screen and (max-width:493px) { 
	.lecture-body p  {
		line-height:1.2em;
	}
  }
.lecture-body h4 {
	font-size: 1.3em;
}

.lecture-info li {
	padding-left: 2em;
	margin-bottom: 5px;
}
.lecture-info li.lecture-time:before {
	font-family: fontAwesome;
	content: "\f017";
	display: inline-block;
	margin-left: -1.5em;
	float: left;
}
.lecture-info li.lecture-title,
.lecture-info li.lecture-lecturer,
.lecture-info li.lecture-credit {
	padding-left: 6em;
}

.lecture-info li > span {
	display: inline-block;
	vertical-align: top;
	font-size: .8em;
	padding: 1px 5px;
	background-color: #c10909;
	color: #fff;
	margin-left: -6em;
	width: 5em;
	text-align: center;
	border-radius: .2em;
	float: left;
}

.course-to-detail {
	margin-top: 20px;
	text-align: right;
}

.course-body table { width:96.5%;margin:40px; }
@media screen and (max-width:767px) { 
	.course-body table {
	width:100%;margin:0px;
	}
  }

.details-list h3 {
	margin-bottom: 20px;
	margin-top: 40px;
	color: rgba(131, 33, 72, 1.0);
}

.details-list h3 {
	padding-left: 1.5em;

}
.details-list h3:before {
	font-family: fontAwesome;
	content: "\f14a";
	display: inline-block;
	margin-left: -1.2em;
	float: left;
}

#program-index.action-single .program-summary,
#program-index.action-table .program-summary {
	font-size: 1.2em;
}
.program-summary h4 {
	font-weight: 500;
	font-size: 1.2em;
}
@media screen and (max-width:493px) { 
	.program-summary h4 {
	  font-size: 0.9em;
	}
  }
.program-summary p {
	font-size: 1.0em;
}
-
#program-index.action-single .program-summary {
	margin-top: 40px;
}

#program-index h2 {
	color: rgba(131, 33, 72, 1.0);
	padding:20px 0 10px;
	margin-bottom:20px;
  }
  #program-index h2:before {
	font-family: 'FontAwesome';
	content:"\f009";
	margin-right:.5em;
  }

  #program-index .details-check h2:before {content:none;}
  @media screen and (max-width:493px) { 
	#program-index .details-check h2 {
	  font-size: 1.2em;
	}
  }

  .course-table { font-size:1.2em; }
  @media screen and (max-width:493px) { 
	.course-table {
	  font-size: 1.0em;
	}
  }
  .course-table .table-bordered { border:4px solid rgba(131, 33, 72, 1.0); }
  .course-table .table-bordered th { border-bottom:1px solid rgba(131, 33, 72, 1.0);}
  .course-table .table-bordered tr { border-top:1px solid rgba(131, 33, 72, 1.0); }
  .course-table th { font-weight:bold; }
  .course-table tr:not(:first-child) { height:80px; }
  .course-table .label { display: block; line-height: 1; padding-top: 6px; padding-bottom: 6px; }

@media screen and (min-width:1200px) {
	#program-index .nav-archive {
		margin-top: 40px;
	}
}
@media screen and (max-width:1199px) {
	#program-index .nav-archive {
		margin-bottom: 10px;
	}
}
#program-index div.dropdown{
	display: inline-block;
}

/* 認定研修開催申請について */
@media screen and (min-width: 768px) {
	.split-left-border {
		border-left: 5px solid #eee;
		margin-left: -4%;
		padding-left: 5%;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.split-text1 {
		color: #f77f5b;
	}
	.split-border1 {
		border-color: #f77f5b;
	}
	.split-text2 {
		color: #2f76d0;
	}
	.split-border2 {
		border-color: #2f76d0;
	}
	.split-text1 span {
		display: inline-block;
		background-color: #f77f5b;
		color: #fff;
		padding: 20px 2px;
	}
	.split-text2 span {
		display: inline-block;
		background-color: #2f76d0;
		color: #fff;
		padding: 20px 2px;
	}
}
@media screen and (max-width:991px) {
	.split-left-border {
		margin-left: -2%;
		padding-left: 5%;
	}
}
@media screen and (max-width: 767px) {
	.sp-gutter { padding: 0 15px;}
}


/* マイページ：履歴 */
.entry-status {
	margin-bottom: 10px;
}

.entry-info dt {
	font-weight: 500;
}
.entry-info dt:before {
	content: "\f0da";
	font-family: fontAwesome;
	display: inline-block;
	margin-right: .5em;
}
.entry-info dd {
	padding-left: 1em;
	margin-bottom: .3em;
}

.entry-info-tab {
	margin-bottom: 15px;
}

/* マイページ：受講履歴 */
.table-attend-list {
	background-color: #fff;
}
.table-attend-list tr td:nth-of-type(3) {
	width: 30%;
}
.table-attend-list tr td:nth-of-type(2) {
	width: 13em;
}
.table-attend-list tr td:nth-of-type(1) {
	width: 4em;
}

.history-outset {
	margin-bottom: 10px;
}

/* マイページ：単位取得履歴 */
.table-credit-list {
	background-color: #fff;
}
.table-credit-list tr th:nth-of-type(3) {
	width: 30%;
}
.table-credit-list tr th:nth-of-type(2) {
	width: 13em;
}
.table-credit-list tr th:nth-of-type(1) {
	width: 6.5em;
}

/* マイページ：単位取得状況&受講証明出力 */
/* チェックボックス */
label.checkbox-control {
	cursor: pointer;
	display: inline;
}

label.checkbox-control span {
	color: #82838c;
}
label.checkbox-control:hover span {
	color: #a2a3ac;
}
label.checkbox-control input[type=checkbox] {
	display: none;
}
label.checkbox-control input[type=checkbox] + span:before {
	content: "\f0c8";
	display: inline-block;
	font-size: 2em;
	font-family: 'fontAwesome';
	font-weight: normal;
}
label.checkbox-control input[type=checkbox]:checked + span:before {
	content: "\f14a";
	font-weight: bold;
}

.table-credit-output tr th:nth-of-type(2),
.table-credit-output tr th:nth-of-type(1) {
	width: auto;
	white-space: nowrap;
}
.table-credit-output tr th:nth-of-type(3) {
	width: 25%;
}
.table-credit-output tr:nth-last-of-type(1) th {
	width: auto;
}

.credit-data-row td:nth-of-type(2),
.credit-data-row td:nth-of-type(1) {
	white-space: nowrap;
}


/* ニュース */
.news-title {
	margin-bottom: 40px;
}
.news-lead {
	margin-bottom: 40px;
}
.post-results {
	margin-bottom: 40px;
}

.news-lead p {
	font-size: 1.4em;
}


/* お申し込み方法 */
.entry-flow .alert {margin-left:40px;}
.entry-flow h4 {margin-left:40px; }
.entry-flow ol { margin:40px 0 0 60px;}
@media screen and (max-width:767px) { 
	.entry-flow .alert,.entry-flow h4,.entry-flow ol {
	margin-left:0px;
	}
  }
@media screen and (max-width:767px) { 
	.entry-flow li {
	line-height:1.4em;
	font-size:0.98em;
	}
}

.entry-flow-body {margin-left:40px;}
.entry-flow-body p {margin-left:35px;}
.kouza {margin-left:40px;margin-bottom:20px;}
@media screen and (max-width:767px) { 
	.entry-flow-body,.kouza {
		margin-left:6px;
		margin-right:10px;
	}
}

.action-new { 
	background:#939e2b;
	color:#fff !important;
  }
.action-login {
	background:#4385bf;
	color:#fff !important;
}

.status-on {
	font-size:18px;
	font-weight:bold;
	color:#f00;
	background:rgba(255,255,255,0.6);
	border-radius: 6px;
	padding:20px 0;
}
@media screen and (max-width:493px) { 
	.status-on {
		padding:10px 0;
	}
  }

/* 生涯研修認定薬剤師制度とは */
.cpc-box {
	margin: 0;
}

/* 認定薬剤師になるには */
@media screen and (min-width:992px) { 
	#cpc-certified .about-credit .contents_box20 > div {
		height: 90px;
		box-sizing: border-box;
	}
}

/* 手帳購入 */
@media screen and (min-width: 768px) {
	.table .entry-flow-body {
		margin-left: 10px;
	}
}

/* 過去開催プログラム */
.table-archive tr th:nth-of-type(1) {
	width: 6.5em;
}
.table-archive tr th:nth-of-type(2) {
	width: 10.5em;
}
.table-archive tr th:nth-of-type(3) {
	width: 8.5em;
}
.table-archive tr td:nth-last-of-type(2) {
	text-align: center;
}
.table-archive td span {
	display: block;
	padding-left: 1.2em;
}
.table-archive td span:before {
	font-family: fontAwesome;
	display: inline-block;
	float: left;
	margin-left: -1.2em;
	color: #988;
}
.table-archive td span:nth-of-type(odd):before {
	content: "\f02d";
}
.table-archive td span:nth-of-type(even):before {
	content: "\f007";
}

.table-g24 tr th:nth-of-type(1) {
	width: 8.5em;
}
.table-g24 tr th:nth-of-type(2) {
	width: 9.5em;
}
.table-g24 tr th:nth-of-type(3) {
	width: auto;
}
.table-g24 tr th:nth-of-type(4) {
	width: 4em;
	text-align: center;
}
.table-g24 tr td:nth-last-of-type(2) {
	text-align: left;
}
.table-g24 tr td:nth-last-of-type(1) {
	text-align: center;
}

.table-archive-e tr th:nth-of-type(1) {
	width: 4em;
}
.table-archive-e tr th:nth-of-type(2) {
	width: 3.5em;
}
.table-archive-e tr th:nth-of-type(3) {
	width: 40%;
}
.table-archive-e tr td:nth-last-of-type(3) {
	text-align: center;
}

.table-archive-kampo tr th:nth-of-type(1) {
	width: 40%;
}
.table-archive-kampo tr th:nth-of-type(2) {
	width: 45%;
}
.table-archive-kampo tr th:nth-of-type(3) {
	width: auto;
}
.table-archive-kampo tr td:nth-of-type(1) {
	text-align: left !important;
}
.table-archive-kampo tr td:nth-last-of-type(3) {
	text-align: left;
}
.table-archive-kampo th,
.table-archive-kampo td {
	background-color: #fff;
}
.table-archive-kampo th {
	border-top: 0 !important;
}
.table-archive-kampo td {
	line-height: 1.5em;
}

.table-g24 caption,
.table-archive-e caption {
	color: #222;
	background-color: #f5f5f5;
	padding: 10px 10px 0;
	white-space: nowrap;
}
.table-g24 caption b,
.table-archive-e caption b {
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
	height: 2em;
	float: left;
	margin-right: 20px;
}
.table-g24 caption b:before,
.table-archive-e caption b:before {
	font-family: fontAwesome;
	content: "\f150";
	margin-right: .3em;
	display: inline-block;
	color: #555;
}
.table-g24 caption span,
.table-archive-e caption span {
	display: block;
	font-size: .9em;
}

.table-archive-el {
	font-size: 14px;
}
.table-archive-el tr th:nth-of-type(1) {
	width: 10%;
	text-align: center;
}
.table-archive-el tr th:nth-of-type(2),
.table-archive-el tr th:nth-of-type(3) {
	width: 45%;
	text-align: left;
}

#el-index .table-archive-e tr th,
#el-index .table-archive-e tr td {
	text-align: left;
}
#el-index .table-archive-el tr th:nth-of-type(2){
	width: 70%;
}
#el-index .table-archive-el tr td:nth-last-of-type(1) {
}
#el-index .table-archive-el tr td:nth-of-type(2) strong {
	font-size: 1.1em;
}
#el-index .table-archive-el tr td:nth-of-type(2) span {
	font-size: 0.95em;
}

.table-archive-g24 tr th:nth-of-type(1) {
	width: 5em;
	text-align: center;
}
.table-archive-g24 tr th:nth-of-type(2) {
	width: 3.5em;
}
.table-archive-g24 tr th:nth-of-type(3) {
	width: 38%;
}
.table-archive-g24 tr th:nth-of-type(5) {
	width: 8em;
	font-size: .8em;
	text-align: center;
}
.table-archive-g24 tr td:nth-of-type(1),
.table-archive-g24 tr td:nth-of-type(5),
.table-archive-g24 tr td:nth-of-type(2) {
	text-align: center;
}
.table-archive-g24 tr td:nth-of-type(3) {
	text-align: left;
}

.table-g24-other tr th:nth-of-type(1) {
	width: 12em;
}
.table-g24-other tr th:nth-of-type(2) {
	width: 12em;
}
.table-g24-other tr th:nth-of-type(3) {
	width: auto;
	text-align: left;
}
.table-g24-other tr th:nth-of-type(4) {
	width: 10em;
	text-align: center;
}
.table-g24-other tr td:nth-last-of-type(2) {
	text-align: left;
}
.table-g24-other tr td:nth-last-of-type(1) {
	text-align: center;
}



/* 公開講座 */
.open-lecture-title {
	text-align: center;
	margin: 30px 0 20px;
	font-weight: normal;
}
.open-lecture-title cite {
	font-size: 1.1em;
	font-style: normal;
}
.open-lecture-title span {
	display: inline-block;
	margin: 0 1em 0 0;
	padding: 15px 10px;
	background-color: rgb(131,33,72);
	color: #fff;
	border-radius: 100%;
	font-size: .7em;
	vertical-align: middle;
}

.caption-balloon {
	display: block;
	position: relative;
	padding: 0;
	background-color: #fff;
	color: #832148;
	max-width: 1000px;
	margin: 10px auto;
	z-index: 999;
	box-shadow: 2px 2px 10px;
}
.caption-balloon::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: -10px;
	border-top: 10px solid #832148;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	right: auto;
/*
	left: calc(50% - 10px);
*/
	left: 80px;
}
.caption-balloon span:nth-of-type(1) {
	background-color: #832148;
	color: #fff;
	display: inline-block;
	width: 8em;
	text-align: center;
	font-size: .9em;
	padding: 8px 10px;
	margin: 0;
}
@media (max-width:767px) {
	.caption-balloon span:nth-of-type(1) {
		width: auto;
		display: block
	}
}
.caption-balloon span:nth-of-type(2) {
	display: inline-block;
	padding: 8px 10px;
	margin-left: 1em;
	font-size: .8em;
}

.stripe-bg1 {
	background-image: url(../../img/people/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(255,255,255,.85);
	background-position: center center;
}
.stripe-cover {
	margin: 0;
	padding: 0;
	background-color: rgba(255,255,255,.8);
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.stripe-bg2 {
}

.open-lecture-detail {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 20px;
}
.open-lecture-detail dt {
	font-weight: normal;
	font-size: 1.1em;
}

.open-lecture-detail dd h3 {
	font-weight: normal;
	margin-top: 10px;
}
.open-lecture-detail dd h3 span {
	font-size: .7em;
	display: block;
	padding-left: 3em;
	margin-top: 10px;
}

.bg-fa-comment {
	position: relative;
	display: inline-block;
	margin: 20px auto 30px;
}
.bg-fa-comment i{
	position: absolute;
	left: 8px;
	bottom: -20px;
	z-index: -1;
	color: rgba(200,190,190,.6);
}

/* eラーニング */
@media (min-width:768px) {
	.page-contents.el .panel-body > .table tr:nth-of-type(1) td,
	.page-contents.el .panel-body > .table tr:nth-of-type(1) th {
		border-top: none;
	}
}

.e-title {
	margin-bottom: 40px;
	position: relative;
}

.e-title h4 {
	font-size: 20px;
	border-top: 1px solid #bf3169;
	border-bottom: 1px solid #bf3169;
	padding: 20px 3px;
	background-color: #fff;
}

.e-title .tag {
	position: absolute;
	top: -10px;
	left: 0;
}


.exam-input {
	margin: 10px;
}

.exam-input dt {
	font-weight: normal;
}

.exam-input dt span:nth-of-type(1) {
	display: inline-block;
	font-size: 1.3em;
	margin-right: 15px;
	background-color: #ffaeb4;
	border-radius: 100%;
	padding: 8px 10px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.exam-input dt span:nth-of-type(1) {
		font-size: 1em;
		padding: 3px 8px;
	}
}
.exam-input dt p.q-element span:nth-of-type(1) {
	margin-left: -80px;
}
.exam-input dt p.q-element {
	padding-left: 80px;
}
@media screen and (max-width: 767px) {
	.exam-input dt p.q-element span:nth-of-type(1) {
		margin-left: -60px;
	}
	.exam-input dt p.q-element {
		padding-left: 60px;
	}
}
.exam-input dt p.q-element > span {
	display: inline-block;
	vertical-align: middle;
}

.exam-input dd  {
	padding-left: 4em;
	margin-bottom: 2em;
}
.exam-input dd:nth-last-of-type(n+2)  {
	padding-bottom: 2em;
	border-bottom: 1px dotted #ddd;
}

.exam-input dd label {
	display: block;
	cursor: pointer;
	margin-bottom: 2px;
	padding: 3px;
}
.exam-input dd label:hover {
	text-decoration: underline;
	background-color: #f1f1f1;
}
.exam-input dd label input[type="radio"] {
	margin-right: .5em;
}

.ans-label {
	width: 5em;
	display: inline-block;
	padding: .5em 1em .4em;
	font-weight: normal;
	vertical-align: text-top;
	float: left;
	margin-left: -5.5em;
}

.exam-anslist.exam-input dt span:nth-of-type(1) {
	padding: 3px 10px;
}
.exam-anslist .ans-label {
	margin-left: -7.5em;
}

#videogBlock {
/*
	width: 760px;
*/
	width: 640px;
	margin: 0 auto;
	display: block;
}
#video-iframe {
/*
	height: 570px;
*/
	height: 480px;
}
.dar_16-9 #video-iframe {
	height: 360px;
}
@media screen and (max-width:1199px) {
	#videogBlock {
		width: 100%;
	}
	#video-iframe {
		height: 500px;
	}
	.dar_16-9 #video-iframe {
		height: 374px;
	}
}
@media screen and (max-width:991px) {
	#video-iframe {
		height: 440px;
	}
	.dar_16-9 #video-iframe {
		height: 282px;
	}
}
@media screen and (max-width: 767px) {
	#video-iframe {
		height: 480px;
	}
	.dar_16-9 #video-iframe {
		height: 50vw;
	}
}
@media screen and (max-width:493px) { 
	#video-iframe {
		height: 340px;
	}
	.dar_16-9 #video-iframe {
		height: 48vw;
	}
}

.exam-input img.img-responsive {
	max-height: 250px;
	padding: 5px;
}


/* Lehmannプログラム */
.text-skc {
	color: rgba(131, 33, 72, 1.0) !important;
}
.text-red {
	color: #e00;
}
.border-skc {
	border-color: rgba(131, 33, 72, 1.0) !important;
}
.undermarker {
	padding-bottom: 30px;
}
.undermarker:after {
	content: "";
	display: block;
	width: 130px;
	height: 10px;
	margin-top: 20px;
	background-color: #832148;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.comment-indent {
	display: block;
	padding-left: 2em;
}
.comment-indent > span:nth-of-type(1) {
	display: inline-block;
	margin-left: -2em;
	float: left;
}

.border-bottom-2 {
	border-bottom: 2px;
}

.support-lehmann-content {
	margin-bottom: 100px;
}
.support-lehmann-content > h4,
.support-lehmann-content > p,
.support-lehmann-content > .row {
	margin-top: 40px;
}

.support-lehmann-content > h4 {
	font-weight: bold;
}

.support-lehmann-content h2 {
	background-color: #6c1a3a;
	background-color: #832148;
	color: #fff;
	padding: 10px;
	text-align: center;
}

.support-lehmann-content h2:nth-of-type(n+1) {
	margin-top: 100px;
}

.support-lehmann-content .table {
	background-color: #fff;
}
.support-lehmann-content .table th {
	background-color: #f1f1f1;
}
.support-lehmann-content .table thead th {
	background-color: #d1d1d1;
}
.support-lehmann-content .table th,
.support-lehmann-content .table td {
/*
	border-color: #fff;
*/
}

.support-lehmann-content .table tbody tr th:nth-of-type(1) {
	width: 17em;
}
.support-lehmann-content .table.table-course-entry tbody tr th:nth-of-type(1) {
	width: auto;
}
.support-lehmann-content a.btn.btn-default {
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	.support-lehmann-content .table tbody tr th:nth-of-type(1) {
		width: auto;
		min-width: 7em;
	}
	.support-lehmann-content .table.table-course-entry tbody tr th:nth-of-type(1) {
		min-width: auto;
	}
	.support-lehmann-content a.btn.btn-default {
		margin-bottom: 5px;
	}
	.course-list .support-lehmann-content .btn {
    	padding: 12px 20px
    }
}

.youtube-play-icon {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
}
.youtube-play-icon img {
	max-width: 100%;
	height: auto;
}
.youtube-play-icon .play-icon-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
	padding: 18px 5px;
	background-color: rgba(255,255,255,.85);
}


/* 汎用 */
.underline:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	margin: 10px auto 0;
	background-image: -webkit-linear-gradient(left, rgba(131,33,72,0.1), rgba(131,33,72,1), rgba(131,33,72,0.1));
	background-image:    -moz-linear-gradient(left, rgba(131,33,72,0.1), rgba(131,33,72,1), rgba(131,33,72,0.1));
	background-image:     -ms-linear-gradient(left, rgba(131,33,72,0.1), rgba(131,33,72,1), rgba(131,33,72,0.1));
	background-image:      -o-linear-gradient(left, rgba(131,33,72,0.1), rgba(131,33,72,1), rgba(131,33,72,0.1));
	background-image:         linear-gradient(left, rgba(131,33,72,0.1), rgba(131,33,72,1), rgba(131,33,72,0.1));
/* 131,33,72 */
/* 63,75,93 */
}

.list-group .item-current {
	background-color: #faf4f4;
	font-weight: 600;
}

.alert-gray {
	color: inherit;
	background-color: #f5f5f5;
	border-color: #dddddd;
}

.alert-gray h4 {font-size:16px;}

@media screen and (max-width:767px) { 
	.alert-gray p {
	line-height:1.3em;
	}
  }


.alert-alpha {
	color: inherit;
	background-color: rgba(200,200,200,.1);
	border-color: #rgba(200,200,200,.8);
}

.bg-gray {
	background-color: #d1d1d1;
	color: #222;
}

.bg-opacity {
	background-color: rgba(255,255,255,.3);
	color: inherit;
}

.gutter-top {
	margin-top: 20px;
}
.gutter-bottom {
	margin-bottom: 20px;
}

.indent-left {
	margin-left: 1.5em;
}

.before-circle {
	padding-left: 1.5em;
	display: block;
}
.before-circle:before {
	font-family: fontAwesome;
	content: "\f192";
	display: inline-block;
	margin-left: -1.5em;
	float: left;
}

.before-square {
	padding-left: 1.5em;
	display: block;
}
.before-square:before {
	font-family: fontAwesome;
	content: "\f150";
	display: inline-block;
	margin-left: -1.5em;
	float: left;
}

.before-caret {
	padding-left: 1.5em;
	display: block;
}
.before-caret:before {
	font-family: fontAwesome;
	content: "\f0da";
	display: inline-block;
	margin-left: -1.5em;
	float: left;
}

.before-chevron {
	padding-left: 1.5em;
	display: block;
}
.before-chevron:before {
	font-family: fontAwesome;
	content: "\f138";
	display: inline-block;
	margin-left: -1.5em;
	float: left;
}


.label-appear {
	background-color: rgba(131, 33, 72, 1.0);
	color: #fff;
}

.label-red {
	background-color: #f00;
	color: #fff;
}

.label-gray {
	background-color: #b1b1b1;
	color: #fff;
}

.btn-gray {
	background-color: #ddd;
	border-color: #aaa;
	color: #333;
}
.btn-gray:hover {
	background-color: #e1e1e1;
}

.btn-skc {
	background-color: #a93f68;
	border-color: #832248;
	color: #fff;
}
.btn-skc:hover {
	background-color: #832248;
	color: #fff;
}
.btn-mypage {
	background-color: #a93f68;
	color: #fff;
}
.btn-mypage:hover {
	background-color: #fff;
	color: #333;
	border-color: #333;
}


.btn-outline {
	color: inherit;
	background-color: transparent;
	transition: all .5s;
}
.btn-primary.btn-outline {
	color: #428bca;
}

.btn-success.btn-outline {
	color: #5cb85c;
}

.btn-info.btn-outline {
	color: #5bc0de;
}

.btn-warning.btn-outline {
	color: #f0ad4e;
}

.btn-danger.btn-outline {
	color: #d9534f;
}
.btn-skc.btn-outline {
	border-color: #832248;
	color: #a93f68;
}

.btn-gray.btn-outline:hover,
.btn-skc.btn-outline:hover,
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
	color: #fff;
}


.tag {
	display: inline-block;
	background-color: #999;
	border-radius: 10px;
	padding: 2px 10px 1px;
	color: #fff;
}
.tag-red {
	background-color: #f00;
}
.tag-orange {
	background-color: #f00;
}

.caption {
	display: block;
	margin: .2em 0 .1em 0;
	white-space: normal !important;
}
.caption:before {
	content: "\f150";
	font-family: fontAwesome;
	display: inline-block;
	margin: 0 .5em 0 0;
	color: #222;
	font-weight: normal;
}

ul.default {
	margin: 10px 0;
}
ul.default li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 3px 3px 3px 0;
	margin-left: 1.5em;
}

ol.default {
	margin: 10px 0;
	padding: 0;
}
ol.default li {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 3px 3px 3px 0;
	margin-left: 1.5em;
}

ul.list-check,
ul.list-default {
	padding: 0;
	margin: 10px 0;
}
ul.list-check li,
ul.list-default li {
	margin: 0;
	padding: 0;
	padding-left: 1.3em;
	margin-bottom: .25em;
}
ul.list-check li:before,
ul.list-default li:before {
	content: "\f0da";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	margin-left: -1.3em;
	float: left;
}
ul.list-check li:before {
	content: "\f046";
	color: #444;
}

.text-note {
	display: inline-block;
	margin-left: 1em;
	font-size: .8em;
	font-weight: normal;
	opacity: .85;
}

.fs-small {
	font-size: .7em;
}

.fs-middle {
	font-size: 1.2em;
}

.fs-large {
	font-size: 1.4em;
}
.fs-normal {
	font-size: 14px !important;
}

.text-shadow-white {
	text-shadow: 1px 1px 1px #fff;
}

.alert-slim {
	padding: 5px 10px;
	margin-bottom: 10px;
}

hr.bs-default {
	height: auto;
	background-image: none;
	border-top-style: solid;
	border-top-width: 1px;
}
hr.dotline {
	height: auto;
	background-image: none;
	border-top-style: dotted;
	border-top-width: 1px;
	border-color: #ddd;
}

.ff-mincho {
	font-family: "Roboto Slab" , Garamond , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
}

.mt-20 {
	margin-top: 20px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}

.nowrap {
	white-space: nowrap !important;
}

.tategaki {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

a[rel="external"],
a[rel="insite"] {
	margin-left: .2em;
}
a[rel="external"]:hover,
a[rel="insite"]:hover {
	text-decoration: underline !important;
}

a[rel="external"]:after,
a[rel="insite"]:after {
	content: "\f064";
	font-family: fontAwesome;
	display: inline-block;
	margin-left: .3em;
	margin-right: .3em;
	font-weight: normal;
	font-size: .7em;
	vertical-align: top;
}

a[rel="external"]:after {
	content: "\f08e";
}

a[rel="jpg"]:before,
a[rel="png"]:before,
a[rel="gif"]:before,
a[rel="pdf"]:before {
	content: "\f1c1";
	display: inline-block;
	margin-right: 0.3em;
	font-family: FontAwesome;
	color: #FF3500;
}
a[rel="jpg"]:before,
a[rel="png"]:before,
a[rel="gif"]:before {
	content: "\f1c5";
	color: #603973;
}


/* 吹き出し */
.balloon {
	position: relative;
	padding: 8px;
	display: inline-block;
	background-color: #8fccde;
	font-size: .85em;
	color: #fff;
}
.balloon-top {
	margin-top: 15px;
}
.balloon-bottom {
	margin-bottom: 15px;
}
.balloon-left {
	margin-left: 11px;
}
.balloon-right {
	margin-right: 11px;
}
.balloon.balloon-top::before{
	content: '';
	position: absolute;
	left: 20px;
	top: -10px;
	display: block;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #8fccde;
	border-left: 10px solid transparent;
}
.balloon.balloon-top.pos-right::before{
	left: auto;
	right: 20px;
}
.balloon.balloon-right::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -10px;
	top: 8px;
	border-left: 10px solid #8fccde;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.balloon.balloon-left::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -10px;
	top: 8px;
	border-right: 10px solid #8fccde;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.balloon.balloon-bottom::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	bottom: -10px;
	border-top: 10px solid #8fccde;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.balloon.balloon-bottom.pos-right::before{
	left: auto;
	right: 15px;
}
.balloon.balloon-bottom.pos-center::before {
	right: auto;
	left: calc(50% - 10px);
}

.table-center {
	display: table;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

@media (min-width:768px) {
	.table-right {
		display: table;
		margin-left: auto;
		margin-right: auto;
		width: auto;
		float: right;
	}
	.table-left {
		display: table;
		margin-left: auto;
		margin-right: auto;
		width: auto;
		float: left;
	}
}

table.default {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
table.default td,
table.default th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
}

@media screen and (max-width:767px) {
	table.table-flex td,
	table.table-flex th {
		display: inline-block;
		width: 100%;
		float: left;
	}
	table.table-flex th {
		background-color: #f5f5f5;
	}
	table.table-flex td {
		border-top-width: 0 !important;
	}
}

.marker-red {
	background: linear-gradient(transparent 60%,rgba(220,53,69,.25) 0);
}
.marker-orange {
	background: linear-gradient(transparent 60%,rgba(253,126,20,.25) 0);
}
.marker-pink {
	background: linear-gradient(transparent 60%,rgba(232,62,140,.25) 0);
}
.marker-purple {
	background: linear-gradient(transparent 60%,rgba(111,66,193,.25) 0);
}
.marker-yellow {
	background: linear-gradient(transparent 60%,rgba(255,193,7,.25) 0);
}

@media screen and (max-width: 47.9375em) {
	.table-responsive:before {
		left: 50%;
		position: absolute;
		background: rgba(104,96,96,0.85);
		border-radius: 1em;
		color: #fff;
		content: "左右にスクロールできます";
		font-size: 1.15rem;
		line-height: 1.6em;
		padding: 0 1em;
		-webkit-transform: translate(-50%,-57%);
		transform: translate(-50%,-57%);
	}
/*
	.table-responsive:after {
		left: 50%;
		position: absolute;
		background: #686060;
		border-radius: 1em;
		color: #fff;
		content: "左右にスクロールできます";
		font-size: 1.15rem;
		line-height: 2em;
		padding: 0 1em;
		-webkit-transform: translate(-50%,-100%);
		transform: translate(-50%,-100%);
	}
*/
}

/**************************************************************************************************
 * 画像位置・効果
 */
img.alignleft {
	clear: both;
	float: left;
	margin: 0 20px 10px 0;
	max-width: 100%;
}
img.alignright {
	clear: both;
	float: right;
	margin: 0 0 10px 20px;
	max-width: 100%;
}
img.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto;
	max-width: 100%;
}
img.alignnone {
	max-width: 100%;
}
img.size-fit {
	width: 100%;
}
@media (max-width: 767px) {
	img.alignnone,
	img.aligncenter,
	img.alignright,
	img.alignleft {
		float: none !important;
		clear: both;
		margin: 10px auto;
		display: block;
		max-width: 100%;
		max-height: auto;
		height: auto;
	}
}
img.shadow {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}

a.add-imgcaption {
	display: table;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}
a.add-imgcaption:hover img {
	opacity: .8;
}
a.add-imgcaption span {
	position: absolute;
	display: inline-block;
	right: 10px;
	bottom: 20px;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	padding: .3em .5em;
	font-size: .9em;
	font-size: 1.1rem;
	max-width: calc(100% - 40px);
}

.floatleft {
	clear: both;
	float: left;
}
.floatright {
	clear: both;
	float: right;
}
@media (max-width: 767px) {
	.floatleft,
	.floatright {
		float: none !important;
		clear: both;
		display: block !important;
	}
}
