@charset "UTF-8";

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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
フォーマットC専用 fmtC.css
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

【目次】
--------------------------------------------------
フォーマットC共通
- 全体
- タイトル
- コンテンツ
- 開催概要
- 講演内容
--------------------------------------------------

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

/* ==================================================
フォーマットC共通
================================================== */

/* 全体
-------------------------------------------------- */

.fmtC section {
	padding-bottom: 90px;
}

.fmtC section:nth-of-type(2n) {
	background: #e6e6e6;
}


/* タイトル
-------------------------------------------------- */

.fmtC .ttl-01 {
	margin: 46px 0;
}

.fmtC .ttl-top {
	display: table;
	margin: 30px auto 0;
	padding: 0 30px 6px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	border-bottom: 3px solid #0068b7;
}

.fmtC .date {
	margin-bottom: 86px;
	text-align: center;
	font-size: 12px;
}


/* コンテンツ
-------------------------------------------------- */

.fmtC .content {
	font-size: 13px;
	line-height: 24px;
}

.fmtC .content p + p {
	margin-top: 1.9em;
}

.fmtC .content p a {
	color: #0a6dff;
	text-decoration: underline;
}

.fmtC .content .btm {
	margin-top: 36px;
	font-size: 10px;
	line-height: 20px;
}

.fmtC .content .btm > p {
	float: left;
}

.fmtC .content .return {
	float: right;
	margin-top: 4px;
	padding-bottom: 50px;
}

.fmtC .content .return a + a {
	margin-top: 10px;
}


/* 開催概要
-------------------------------------------------- */

.fmtC .box {
	width: 100%;
	padding: 30px;
	background: #e5f0f8;
}

.fmtC .box h3 {
	font-size: 17px;
	letter-spacing: 0.4em;
	color: #0068b7;
}

.fmtC .box dl {
	margin-top: 28px;
}

.fmtC .box dt {
	float: left;
	display: inline-block;
	padding: 4px 0;
	width: 80px;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	color: #0068b7;
	background: #ffffff;
}

.fmtC .box dd {
	margin-top: -1px;
	padding: 0 0 0 92px;
	font-size: 12px;
	line-height: 20px;
  /* 18.03.19 修正 */
  float: left;
  padding-left: 15px;
  max-width: 260px;
}

.fmtC .box dd p + p {
	margin-top: 1.5em;
}

.fmtC .box .inner {
	display: table;
	width: 100%;
}

.fmtC .box .item,
.fmtC .box .photo {
	display: table-cell;
	vertical-align: top;
  padding-right: 10px;
}

.fmtC .box .photo {
  /* 18.03.19 修正
	width: 480px; */
  max-width: 480px;
	padding-top: 28px;
}

.fmtC .box .photo img {
	width: 220px;
}

.fmtC .box .photo figure {
	float: left;
  margin: 20px 0 0 20px;
}

.fmtC .box .photo figure:nth-of-type(2n+1) {
  margin-left: 0;
}
.fmtC .box .photo figure:nth-of-type(1), .fmtC .box .photo figure:nth-of-type(2) {
  margin-top: 0;
}

/* 18.03.19 修正
.fmtC .box .photo figure + figure {
	margin-left: 40px;
}*/

.fmtC .box .photo figcaption {
	margin-top: 6px;
	font-size: 12px;
	text-align: right;
}


/* 講演内容
-------------------------------------------------- */

.fmtC .list {
	padding: 20px 0;
}

.fmtC .list h3 {
	margin-bottom: 10px;
	font-size: 17px;
	letter-spacing: 0.4em;
	color: #0068b7;
}

.fmtC .list ul {
	/*display: table;*/
	width: 100%;
  /* 18.03.19 修正 */
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.fmtC .list ul + ul {
	margin-top: 30px;
}

.fmtC .list li {
	/* 18.03.19 修正 
	display: table-cell;*/
  -webkit-flex: 0 1 450px;
  flex: 0 1 450px;
  max-width: 450px;
	padding: 20px;
	/*width: 50%;*/
	background: #ffffff;
}

.fmtC .list li:nth-of-type(2n-1) {
	border-right: 30px solid #e6e6e6;
}

.fmtC .list li:nth-of-type(2n) {
	border-left: 30px solid #e6e6e6;
}

/* 18.03.19 修正 */
.fmtC .list li.position-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 450px;
}

.fmtC .list h4 {
  min-height: 71px;
	padding: 0 0 5px;
	margin-bottom: 7px;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	color: #0068b7;
	border-bottom: 1px solid #f0f0f0;
}

.fmtC .list h4 span {
	display: block;
	padding: 5px 0;
	margin-bottom: 5px;
	width: 80px;
	height: 20px;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	background: #0068b7;
}

.fmtC .list h4 .sub-txt {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 10px;
  color: #000;
}

.fmtC .list .txt {
  /* 18.03.19 修正
	display: table; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	width: 100%;
	font-size: 10px;
	line-height: 16px;
}

/*.fmtC .list .container {
  min-height: 200px;
}*/

/*.fmtC .list .container div:last-of-type {
	min-height: 140px;
}*/

.fmtC .list .txt + .txt {
	padding-top: 7px;
	margin-top: 7px;
	border-top: 1px solid #f0f0f0;
}

.fmtC .list .txt .inner,
.fmtC .list .txt .photo {
	/* 18.03.19 修正
  display: table-cell;*/
	vertical-align: top;
}

.fmtC .list .txt .inner {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.fmtC .list .txt .inner p {
  max-width: 290px;
}

.fmtC .list .txt .flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.fmtC .list .txt .flexbox > p {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-right: 5px;
}
.fmtC .list .txt .flexbox > p:last-of-type {
  padding-right: 0;
}

/* 2018.03.19 修正
.fmtC .list .container div:last-of-type .inner {
  padding-bottom: 60px;
}*/

.fmtC .list .txt .photo {
	padding: 3px 0 3px 10px;
}

.fmtC .list .txt .photo img {
	display: block;
}

.fmtC .list .txt .photo img + img {
	margin-top: 5px;
}

.fmtC .list .btm {
  /* 2018.03.19 修正
	position: absolute;
	bottom: 20px; */
  margin-top: 10px;
	font-size: 10px;
  width: 100%;
}

.fmtC .list .btm a {
	display: block;
	color: #b23231;
	line-height: 20px;
}

.fmtC .list .btm a + a {
	margin-top: 5px;
}

.fmtC .list .btm a span {
	display: inline-block;
	margin-right: 6px;
	width: 40px;
	height: 20px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
	border: 2px solid #b23231;
}

.fmtC .list .btm p + p {
	margin-top: 14px;
}

.fmtC .list .sub {
	margin-top: 20px;
	font-size: 10px;
	text-align: right;
}



/*sasaki追加部分--------------------*/


/*Firefox注意！block指定すれば大丈夫？*/
.fmtC .list .mg_bottom01 {
	margin-bottom: 17px;
}

/*Firefox注意！block指定すれば大丈夫？*/
.fmtC .list .mg_bottom02 {
	margin-bottom: 28px;
}

.fmtC .list h3 span {
	display: block;
	margin-top: 18px;
	font-size: 14px;
}

.fmtC .list h4 .sq_w20 {
	width: 20px;
}

.fmtC .list h4 .sq_w240 {
	width: 240px;
}

.fmtC .list h4 .sq_w300 {
	width: 300px;
}
.fmtC .p404 {
	line-height:2.5em;
}
.fmtC .ul404 {
	margin-top:30px;
}
.fmtC .ul404 li{
	height:40px;
}

