@charset "utf-8";

/*==========================================
 PC_960px_over
===========================================*/
.sp-on {
  display: none;
}
.pc-on {
  display: block;
}
.main-visual h2 img {
  width: 100%;
  height: auto;
}
.detail {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.detail h3,
.detail h4 {
  text-align: center;
}
.lead {
  margin: 0 auto 2%;
  text-align: center;
}
ul.note {
  list-style: none;
  margin: 0 0 0 1em;
}
ul.note li::before {
  content: '※';
  display: inline-block;
  margin-left: -1em;
}


/*  セミナー講師・司会　*/
.planner h3 span {
	display: block;
}
.planner h3 {
	position: relative;
	font-size: 184%;
}
.planner h3:before {
	content: '';
	display: block;
	position: absolute;
	left: 150px;
	bottom: 15px;
	width: 40px;
	height: 1px;
	background: #47885E;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.planner h3:after {
	content: '';
	display: block;
	position: absolute;
	right: 150px;
	bottom: 15px;
	width: 40px;
	height: 1px;
	background: #47885E;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.planner-box {
	padding: 30px;
	margin: 0 0 30px;
	background: #fff;
	border: 5px solid #CEE4AE;
	border-radius: 20px;
}
.planner-img {
  width: 150px;
}
.planner-detail {
  width: calc(100% - 200px);
}
.planner-box h4 {
	font-size: 123%;
	margin: 0 0 10px;
}
.planner-box .name {
	display: block;
	padding: 5px 0;
	font-size: 184%;
	font-weight: bold;
}
.planner-info {
	padding: 10px 20px;
	margin-bottom: 1em;
	background: #ECF4E1;
	border-radius: 20px;
}
.planner-info:last-of-type {
	margin-bottom: 0;
}
.planner-info p.center {
	font-size: 123%;
	margin-bottom: 0;
}
.planner-info ul {
	margin-bottom: 0; 
}

/* 表組み */
table.cmn-tbl {
	width: 100%;
	margin: 0 0 20px;
}
table.cmn-tbl th,
table.cmn-tbl td {
	padding: 10px 0.5em;
	border: solid 1px #c1c1c1;
	vertical-align: middle;
	line-height: 1.5em;
}
table.cmn-tbl th {
	width: 20%;
	font-weight: normal;
	white-space: nowrap;
	background: #cee4ae;
}
  
/* 表組内　画像 */
.inline-box {
  margin-bottom: 10px;
}


/*----------［ボタン］----------*/
.button-box {
  margin: 0 auto 2%; 
}
#concour .button {
	background-color: #69b076;
	border: 2px solid #69b076;
}
#concour .button:hover {
	background-color: #fff;
	border-color: #69b076;
	color: #47885e;
}
#concour .button::before,
#concour .button::after {
	background-color: #69b076;
}
#concour .button:hover::before,
#concour .button:hover::after {
	background-color: #69b076;
}
/* H3見出し */
#concour .section h3 {
	color: #47885e;
}
/* H4見出し */
#concour .section h4 {
	margin: 0 0 10px;
	font-size: 123.1%;
	color: #47885e;
}
/* H5見出し */
#concour .section h5 {
	font-weight: normal;
}
/* 後援コラム */
.kouen {
	padding: 20px;
	border: dashed 1px #69b076;
}
.kouen p {
	margin: 0;
}

/* 2カラム */
.column-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5em 2em;
}
.column-2.planner-info {
  padding: 20px 20px 20px 35px;
}

/* 参加者からの声 */
.voice {
  margin: 0;
}
.voice li {
  display: grid;
  grid-template-columns: 75px minmax(0, 1fr);
  gap: 1em;
  margin-bottom: 1.5em;
}
.voice span {
  display: block;
}
.voice img {
  width: 100%;
  height: auto;
}

/*----------［フォーム］----------*/
table.concour {
	background: #eee;
}
table.concour th {
	background: #e0ebaf;
}



/* ==========================================
 TABLET_devices_640_959
=========================================== */
@media only screen and ( max-width: 959px ) {
	
}

/* ==========================================
 MOBILE_639px_within
=========================================== */
@media only screen and ( max-width: 639px ) {
  .sp-on {
    display: block;
  }
  .pc-on {
    display: none;
  }
  .detail h3,
  .lead {
    text-align: left;
  }
	
	/* イベント */
	table.cmn-tbl {  
		width: 100%;
		margin: 0 0 20px;
	}
	table.cmn-tbl.team th,
	table.cmn-tbl th,
	table.cmn-tbl td {
		display: block;
		width: 96%;
		padding: 10px 2%;
		border: solid 1px #c1c1c1;
		vertical-align: middle;
	}
	table.cmn-tbl.team th,
	table.cmn-tbl th {
		border-bottom: none;
	}
	table.cmn-tbl td {
		margin-bottom: 10px;
	}
	ul.winner {
		margin: 0 0 20px 1em;
	}

	/*  セミナー講師・司会　*/
	.planner h3 {
		font-size: 138%;
	}
	.planner h3:before {
		left: 10px;
	}
	.planner h3:after {
		right: 10px;
	}
	.planner-box {
		padding: 15px;
		margin: 0 0 15px;
	}
	.planner-img {
		display: block;
		margin: 0 auto 2%;
	}
  .planner-detail {
    width: 100%;
  }
  
  /* 表組内　画像 */
  .inline-box-ttl {
    display: block;
    text-align: center;
  }
  .inline-box .img {
    display: block;
    width: 150px;
    margin: 0 auto 5px;
  }
  .inline-box .name {
    display: block;
    text-align: center;
  }

  /* 2カラム */
  .column-2 {
    grid-template-columns: minmax(0, 1fr);
  }
	
	/*----------［フォーム］----------*/
	table.concour {
		background: #eee;
	}
	table.concour th {
		background: #e0ebaf;
	}
}