@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 321px) {
}/*321*/
@media only screen and (min-width: 415px) {
}/*415*/
@media only screen and (min-width: 601px) {
}/*601*/
@media only screen and (min-width: 769px) {
}/*769*/

/*========================================================
activityページ
========================================================*/

.p-list__num.u-bold li {
	font-weight: bold;
}
.p-txt_slogan {
	display: inline-block;
	width: 100%;
	padding: 1rem;
	background: #f1f1f1;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

.u-checkmark02 li {
	text-indent: 0;
	padding: 0 0 0 2rem;
}
.u-checkmark02__txt .u-checkmark02__txt {
	margin-top: 1rem;
}
.u-checkmark02 .p-list__detail-seminar dt {font-weight: normal;}


@media only screen and (min-width: 415px) {
	.p-txt_slogan {
		width: auto;
		text-align: left;
	}
}/*415*/

.p-ico__under-arrow {
	position: relative;
	width: 260px;
	height: 1rem;
}
.p-ico__under-arrow::after {
	position: absolute;
	left: 30%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
	transform: rotate(135deg);
	content: "";
}

.p-box__dot-outline {
	padding: 1rem;
	border: 1px dotted #ccc;
}


/* セミナーの詳細 */
.p-list__detail-seminar {}
.p-list__detail-seminar dt {
	padding: 0 0 4px 0;
	font-weight: bold;
	line-height: 1.3;
}
.p-list__detail-seminar dd {
	margin: 0 0 16px 0;
	line-height: 1.4;
}

@media only screen and (min-width: 601px) {
	.p-list__detail-seminar dt {
		clear: both;
		float:left;
		width: 10.5rem;
		padding: 4px 2rem 0 0;
		font-weight: bold;
		line-height: 1.3;
	}
	.p-list__detail-seminar dd {
		position: relative;
		display: inline-block;
		width: calc(100% - 10.5rem);
		margin: 0 0 8px 0;
		line-height: 1.8;
	}
	.p-list__detail-seminar dd::after {
		position: absolute;
		top: 0;
		left: -1.5rem;
		content: "：";
	}
}/*601*/

/*=======================================*/
.p-img__seminar {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 2rem auto;
}
.p-img__seminar img {
	width: 100%;
	border: 1px solid #ccc;
}
.img_sem_rep_20201006_01 {
	margin: 0 0 1rem 0;
}
.c-sectinon__block {
	margin: 0 0 4rem 0;
}
.p-profile {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 1rem 0;
}
.p-profile__photo {
	width: 100px;
	margin: 0 1rem 0 0;
}
.p-profile__photo img {
	width: 100%;
}
.p-profile__position-name {
	width: calc(100% - 100px - 1rem);
}
.p-profile__position {
	margin: 0 0 .5rem 0;
	font-weight: bold;
	line-height: 1.5;
}
.p-profile__name {
	font-weight: bold;
	line-height: 1.5;
}

.p-profile__nophoto {
	margin: 0 0 2em 0;
}

@media only screen and (min-width: 415px) {
	.p-img__seminar {
		display: flex;
		justify-content: space-between;
		max-width: 100%;
	}
	.p-img__seminar img {
		width: 48%;
		height: 100%;
		border: 1px solid #ccc;
	}
	.img_sem_rep_20201006_01,
	.img_sem_rep_20201006_02{
		margin-bottom: 0;

	}
}/*415*/

