@charset "utf-8";

/*==========================================
 PC_960px_over
===========================================*/
/* イベント（作文コンクール） */
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;
}
table.cmn-tbl td .column2 {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 1em;
}
table.cmn-tbl td .column2.center {
  align-items: center;
}

table.cmn-tbl td .column2 p {
  text-align: left;
}

table.cmn-tbl td .column2 p:last-of-type {
  margin: 0;
}

table.cmn-tbl td .text-small {
  font-size: 12px;
}


/*----------［ボタン：作文コンクール］----------*/
#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: #f63;
}
/* H5見出し */
#concour .section h5 {
	font-weight: normal;
}
/* 後援コラム */
.kouen {
	padding: 20px;
	border: dashed 1px #69b076;
}
.kouen p {
	margin: 0;
}

/*----------［フォーム：作文コンクール］----------*/
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 ) {
	
	/* イベント（作文コンクール） */
	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;
	}
	
	/*----------［フォーム：作文コンクール］----------*/
	table.concour {
		background: #eee;
	}
	table.concour th {
		background: #e0ebaf;
	}
}