@charset "euc-jp";
/* CSS Document */



/*+++++++++++++++++++++++++++++++++++++++++++
	Archive
+++++++++++++++++++++++++++++++++++++++++++ */
.copy {
	padding: 0 7px 7px;
	font-size: 1.2em;
}
.archive h2 {
	margin-bottom: 1.2em;
	padding: 5px 20px;
	background: #f79464;
	font-size: 1.8rem;
	color: #f9f9f5;
}


/*+++++++++++++++++++++++++++++++++++++++++++
	event
+++++++++++++++++++++++++++++++++++++++++++ */
.event-list .column {
	position: relative;
	clear: both;
	margin-bottom: 20px;
	padding: 10px 35px 25px;
	background: #f9f9f5;
}
.event-list .column article:after {
	content: "";
	display: block;
	clear: both;
}
.event-list a {
	text-decoration: none;
}
.event-list h3 {
	display: inline-block;
	padding: 3px 0 0 29px;
	width: 755px;
	font-weight: 700;
	font-size: 1.1em;
  font-family: inherit;
}
.event-list .update {
	position: relative;
	margin: 0 -15px 7px;
	color: #f79464;
	font-weight: 700;
	font-size: 1.1em;
}
.event-list .update::after {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 0.55em;
	width: 84%;
	border-bottom: 1px solid #ccc;
}
.event-list dt,
.outline dt {
	font-weight: 500;
}
.event-list dd {
	margin-left: 7em;
}
.event-list h4,
.article .category {
	display: inline-block;
	float: left;
	padding: 2px 10px;
	background: #f79464;
	color: #f9f9f5;
}
.event-list .eye-catch {
	float: left;
	clear: both;
	width: 210px;
	height: 140px;
	overflow: hidden;
}
/*.event-list h3,
.outline h3 {
	margin: 0;
	padding: 0;
	background: none;
	font-size: inherit;
  font-family: inherit;
	font-weight: 500;
}*/
.event-list .dlList_02 {
	float: left;
	width: 468px;
	margin-left: 22px;
}
.event-list .link {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 140px;
	padding: 4px 1px 6px;
	line-height: 2.2rem;
	font-size: 1.3rem;
	background: #fff;
	border: 1px solid #bfbfbf;
	text-align: center;
	box-shadow: 1px 1px 0px #bfbfbf;
	transition: 0.5s;
}
.event-list .link::before {
	display: inline-block;
	position: relative;
	top: 0.1em;
	padding-right: 0.4em;
	content: "\f138";
	font-family: Font Awesome\ 5 Free;
	color: #f79464;
	font-size: 2.2rem;
	font-weight: 900;
}
.event-list .column:hover .link {
	border-color: #f79464;
}

/*+++++++++++++++++++++++++++++++++++++++++++
	news
+++++++++++++++++++++++++++++++++++++++++++ */

.acMenu dt h3 {
	padding: 0 9px 7px;
	border: 1px solid #f79464;
	font-size: 1.3em;
	font-weight: 700;
	color: #f79464;
}
.acMenu dt h3:hover {
	cursor: pointer;
}
.acMenu > dd {
	margin-top: 1em;
	padding: 0 22px;
}
.acMenu dt h3::before {
	display: inline-block;
	position: relative;
	top: 0.11em;
	content: "\f0da";
	padding: 0 0.1em;
	width: 32px;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	font-size: 32px;
	text-align: center;
}
.acMenu dt.active h3::before {
	content: "\f0d7";
}

.acMenu > dd:not(.active) {
	display: none;
}
.acMenu > dt h3 {
	margin-bottom: 0;
	margin-top: -1px;
}

.news-list dt {
	margin-right: 0.7em;
	padding: 1px 0;
	width: 6em;
	background: #F79464;
	text-align: center;
	color: #fff;
}
/*20190723kaneko フォント太さの変更700⇒600*/
.news-list dd {
	font-weight: 600;
}
.gew-list dt,
.news-list dd:nth-of-type(2n-1) {
	width: 5.7em;
	color: #f79464;
	font-family: Arial;
	font-size: 1.2em;
}
.gew-list dd,
.news-list dd:nth-of-type(2n) {
	margin-bottom: 1.1em;
	line-height: 1.68em;
}


/*+++++++++++++++++++++++++++++++++++++++++++
	Article
+++++++++++++++++++++++++++++++++++++++++++ */

.article article {
	margin: 0 auto;
	width: 900px;
}
.article article .inner {
	padding-left: 2.2%;
	padding-right: 2.2%;
	width: auto;
	max-width: none;
}

.article article .update {
	float: right;
	margin-bottom: 0.8em;
	padding: 2px 0;
	color: #f79464;
	font-weight: 700;
	font-size: 0.9em;
	line-height: 2.5rem;
}
.article article h2 {
	clear: both;
	position: relative;
	padding-left: 12px;
	font-size: 2.1rem;
	border-left: 8px solid #f79464;
}
.article article h2::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: -8px;
	width: 900px;
	height: 1px;
	border-top: 1px solid #f79464;
}
.article article h3 {
	font-weight: 700;
}
.article article .box-border h3 {
	font-weight: 500;
}

.article article table {
	width: 100%;
  border: 1px solid #eeece1;
	border-collapse: collapse;
}
.article article th,
.article article td {
  border: 1px solid #eeece1;
}
.article article th {
	padding: 11px 15px;
	width: 9em;
  background: #f9f9f5;
}
.article article td {
	margin-left: 9em;
	padding: 11px 35px;
  background: #fff;
}
.article .small-table td,
.article .small-table th {
	padding: 5px 10px;
	font-size: 0.9em;
}

.article article .image {
	text-align: center;
	margin: 2em 0;
}

.article article h4.bg-green {
	padding: 5px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}

.icon-list {
	margin-bottom: 1em;
}
.icon-list li {
	margin-bottom: 0.4em;
	margin-left: 22px;
	text-indent: -21px;
}
.icon-list li::before {
	content: url('../img/red-arrow.gif');
	padding-right: 5px;
	vertical-align: middle;
}
/*about?????20240507kanekostart */
.icon-list2 {
	margin-bottom: 1em;
}
.icon-list2 li {
	margin-bottom: 0.4em;
	margin-left: 22px;
	text-indent: -21px;
}
/*
.icon-list2 li::before {
	content: url('../img/red-arrow.gif');
	padding-right: 5px;
	vertical-align: middle;
*/
}
/*about?????20240507kanekoend */

/*+++++++++++++++++++++++++++++++++++++++++++
	Outline
+++++++++++++++++++++++++++++++++++++++++++ */

.outline > .column2box > .column:first-child {
	width: 42%;
}
.outline > .column2box > .column:nth-child(2) {
	width: 54%;
}

/*+++++++++++++++++++++++++++++++++++++++++++
	SNS
+++++++++++++++++++++++++++++++++++++++++++ */
.sns {
	padding-bottom: 7px;
	border-bottom: 1px solid #595959;
}
.sns h5 {
	margin-bottom: 7px;
	background: #595959;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
}
.sns dl {
	display: table;
	width: 100%;
}
.sns dt, .sns dd {
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}
.sns .sns-btn {
	margin: 0 auto 4px;
	width: 80%;
	font-size: 0.9em;
}


h3.new {
    position: relative;
}
h3.new::after {
    content: "NEW";
    position: absolute;
    right: 5px;
    top: -10px;
    font-size: 21px;
    color: #D73C38;
    font-weight: 700;
}
