@charset "utf-8";

/* パーソナル化サプリメントマイスター認証制度
   ========================================================================== */

/* 流れ
   ====================================== */
.flow {
	margin: 10px auto 20px auto;
}
.flow > div {
	display: flex;
	align-items: center;
}
.flow figure {
	width: 100px;
}
.flow .txt {
	flex: 1;
	font-weight: bold;
	line-height: 1.8;
	padding-left: 20px;
}
.flow .arrow img {
	width: 14px;
	margin: 10px auto;
}
@media (min-width:769px){
	.flow {
		display: flex;
		justify-content: space-between;
		width: 1000px;
		margin: 30px auto 50px auto;
	}
	.flow > div {
		flex-direction: column;
	}
	.flow figure {
		width: auto;
	}
	.flow img {
		margin: 0 auto;
	}
	.flow .arrow img {
		width: auto;
		margin-top: 138px;
	}
	.flow .txt {
		text-align: center;
		padding-left: 0;
		margin-top: 30px;
	}
}


/* セミナー申し込みへのリンク
   ====================================== */
.for-seminar-link {
	text-align: center;
}
.for-seminar-link a {
	margin-top: 10px;
}
@media (min-width:769px){
	.for-seminar-link a {
		margin-top: 20px;
	}
}


/* セミナー開催会場アクセス
   ====================================== */
.access {
  margin-bottom: 20px;
}
.access .disc {
  margin-top: 10px;
}
.access iframe {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}
.access .block div:last-of-type img {
	margin-top: 10px;
}
@media (min-width:769px){
	.access {
		margin-bottom: 40px;
	}
  .access .disc {
    margin-top: 20px;
  }
  .access iframe {
    height: 300px;
    margin-top: 30px;
  }
	.access .block {
		display: flex;
	}
	.access .block div:first-of-type {
		width: calc(100% - 415px);
	}
	.access .block div:last-of-type {
		width: 415px;
		margin-left: 30px;
	}
	.access .block div:last-of-type img {
		margin-top: 20px;
	}
}



/* 過去のセミナーの様子記事一覧
   ====================================== */
.report {
	margin-bottom: 20px;
}
.report .post-lst-date {
	font-weight: bold;
}
.report .post-lst li:first-child a {
	border-top: 1px solid #dadada;
}
.report .post-lst a {
	display: block;
	text-decoration: none;
	padding: 10px 0;
	border-bottom: 1px solid #dadada;
}
.report .post-lst a div {
	line-height: 1.8;
}
.report .right {
	margin-top: 2em;
}
@media (min-width:768px){
	.report {
		margin-bottom: 50px;
	}
	.report .post-lst a {
		display: flex;
		font-size: 2rem;
		padding: 20px 0;
    transition: .3s;
	}
	.report .post-lst a:hover {
		opacity: .6;
	}
	.report .post-lst .post-lst-ttl {
		flex: 1;
		margin-left: 30px;
	}
}
