<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* header */
header h2 {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    z-index: 100;
}

/*=========================================
.kvSection
=========================================*/
#home #contentsArea .kvSection{
	margin: 110px auto 60px;
}
.kvSection .mainCopy{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    max-width: 450px;
    padding: 100px 40px;
    background: rgba(0, 0, 0, .3);
}


/*=========================================
.newsSection
=========================================*/
.newsSection .info_border{
    padding: 20px 20px 10px;
    border: 2px solid #781818;
    margin: 0 auto 30px;
    max-width: 1000px;
}
.newsSection .info_border h3,
.newsSection .info_border p{
	text-align: center;
    color: #781818!important;
}

.newsSection &gt; ul {
	max-width:1000px;
	margin: 0 auto 60px;
}
.newsSection ul li { text-align:left; margin-bottom:10px; line-height:1.5;}
.newsSection ul li time { display:inline-block; width:8%; vertical-align:top; }
.newsSection ul li div { display:inline-block; width:92%;}
.newsSection ul li div span.newIcon {
	display:inline-block;
	background:#781818;
	color:#fff;
	padding:2px 10px;
	font-size:1.0rem;
	margin-right:10px;
}
.newsSection ul li a { text-decoration:underline;}
.newsSection ul li a:hover { text-decoration:none;}
.newsSection .planning{
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 7%;
    border: 2px solid #f2efe6;
}
body #contentsArea .newsSection .planning .copyWrap h2{
	font-size: 2.2rem;
}

#newsSection {
  margin: 60px auto 52px !important;
}

/*=========================================
.aboutSection
=========================================*/
#contentsArea section.aboutSection{
	margin: 0 auto 50px!important;
}
.aboutSection h2 img{
	display: block;
	margin: 0 auto 20px;
}
.aboutCopy{
	width: 100%;
	height: auto;
	max-width: 505px;
	margin: 40px auto;
}
.aboutLink ul{
	width: 100%;
	overflow: hidden;
}
.aboutLink li{
	display: inline-block;
	vertical-align: top;
	width: 33.33333333333333%;
	margin: 0 auto 10px;
	overflow: hidden;
}
.aboutLink li div{
	position: relative;
	margin: 0 5px;
	height: 215px;
}
.aboutLink li:nth-child(1) div{
	background: url(../img/development.jpg) no-repeat;
	background-size: cover;
}
.aboutLink li:nth-child(2) div{
	background: url(../img/planning.jpg) no-repeat;
	background-size: cover;
}
.aboutLink li:nth-child(3) div{
	background: url(../img/quality.jpg) no-repeat;
	background-size: cover;
}
.aboutLink li:nth-child(4) div{
	background: url(../img/bionet.jpg) no-repeat;
	background-size: cover;
}
.aboutLink li:nth-child(5) div{
	background: url(../img/photogallery.jpg) no-repeat;
	background-size: cover;
}
.aboutLink li:nth-child(6) div{
	background: url(../img/history.jpg) no-repeat;
	background-size: cover;
}
.aboutLink li div a{
	display: block;
	width: 100%;
	height: 100%;
	color: #827035;
}
.aboutLink li:hover div a{
	color: #00612a!important;
}
.aboutLink li div a::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 4px solid rgba(0,0,0,.1);
    z-index: 200;
}
.aboutLink li div a::after{
	content: "";
    background: rgba(255,255,255,0.9);
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    width: 100%;
    height: 55px;
    margin: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.aboutLink li div a .innertxtWrap{
    background: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 100;
}
@media all and (-ms-high-contrast: none){
  .aboutLink li div a .innertxtWrap{
    top: 100%;
  }
}
.aboutLink li div a .innertxtWrap::after{
	content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #827035;
    border-right: 1px solid #827035;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
	-webkit-transition: all .5s;
    transition: all .5s;
}
.aboutLink li:hover div a .innertxtWrap::after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	top: 50%;
}
.aboutLink li:hover div a::before{
    border: 4px solid rgba(0, 97, 42, .3);
}
.aboutLink li:hover div a::after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.aboutLink li:hover div a .innertxtWrap{
	background: none;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: auto;
}
.aboutLink li div a h3{
	position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 auto 15px;
}
.aboutLink li div a h3::after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 20px;
    background: #c1b17c;
}
.aboutLink li div a h3 span{
	display: block;
	font-size: 1.0rem;
	margin-top: 5px;
}
.aboutLink li div a p{
	color: #333;
	font-size: 1.2rem;
	text-align: center;
}

/*=========================================
.membersSection
=========================================*/
#contentsArea section.membersSection{
	background: url(../img/members.jpg) no-repeat!important;
	background-size: cover;
	margin: 0 auto !important;
}
.membersWrap{
	position: relative;
	padding: 20px;
    margin: 30px auto 0;
	background-image: -ms-linear-gradient(left, #59251b, #803526, #59251b);
    background-image: -webkit-linear-gradient(left, #59251b, #803526, #59251b);
    background-image: linear-gradient(to right, #59251b, #803526, #59251b);
}
.frame{
	border: 1px solid #f2e6c2;
    padding: 30px;
}
.frame::before{
	content: "";
	width: 100%;
	height: 106px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/frameimg.png) no-repeat;
	background-size: contain;
	background-position: bottom;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.frame::after{
	content: "";
	width: 100%;
	height: 106px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/frameimg.png) no-repeat;
	background-size: contain;
	background-position: bottom;
}
.membersWrap h3{
	background: #f2e6c2;
	font-size: 2.4rem;
	color: #59251b;
	padding: 12px 0;
	margin: 0 auto 15px;
	text-align: center;
}
.membersWrap p{
	color: #f2e6c2;
	font-size:1.8rem;
	text-align: center;
}
.membersWrap p.caption {
	color: #fff;
    font-size: 1.2rem;
    max-width: 820px;
    text-align: left;
    margin: 20px auto 0;
}
.membersWrap ul.tokuten{
	counter-reset: number 0;
    margin: 0 auto;
    border-top: 1px solid #f2e6c2;
    padding: 15px 0 0;
}

.membersWrap ul.tokuten li{
    color: #f2e6c2;
    font-size: 1.8rem;
    margin: 0 auto 10px;
    text-align: left;
    line-height: 1.8;
    max-width: 820px;
    padding-left: 4em;
    position: relative;
}
.membersWrap ul.tokuten li::before{
	counter-increment: number 1;
    content: "条件" counter(number);
    background: #f2e6c2;
    color: #59251b;
    padding:0 5px;
    margin: 0 5px 0 0;
    font-size: 2rem;
	position: absolute;
	top: 0;
	left: 0;
}
.membersWrap ul.tokuten2{
	margin: 30px auto 20px;
    max-width: 820px;
    height: 80px;
}
.membersWrap ul.tokuten2 li {
    display: inline-block;
	position: relative;
    width: 49%;
    margin: 0 0 0 2%;
    vertical-align: top;
    font-size: 2.2rem;
    color: #f2e6c2;
    background-image: -ms-linear-gradient(left, #64493a, #996f59, #64493a);
    background-image: -webkit-linear-gradient(left, #64493a, #996f59, #64493a);
    background-image: linear-gradient(to right, #64493a, #996f59, #64493a);
}
.membersWrap ul.tokuten2 li:first-child {
    margin: 0 0 0 0;
}
.membersWrap ul.tokuten2 li span.num{
	font-size: 7rem;
    color: #fae196;
	vertical-align: baseline;
}
.membersWrap a{
    display: block;
    position: relative;
    max-width: 820px;
    width: 100%;
    height: 64px;
	background-image: -ms-linear-gradient(left, #bfab6d, #f2e6c2, #bfab6d);
    background-image: -webkit-linear-gradient(left, #bfab6d, #f2e6c2, #bfab6d);
    background-image: linear-gradient(to right, #bfab6d, #f2e6c2, #bfab6d);
    /*background: #f2e6c2;*/
    font-size: 2.4rem;
    margin: 0 auto;
    z-index: 2;
    border: 4px solid rgba(0,0,0,.1);
}
.membersWrap a::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #827035;
    border-right: 1px solid #827035;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    margin: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.membersWrap a span{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
}

/*=========================================
.theParkhouseStageSection
=========================================*/

#bukkenTakuchiList{
	margin: 0 auto!important;
}
.bukkenList {
	max-width: 1400px;
    margin: 40px auto 0;
    text-align: left;
	padding: 0 1%;
}
.bukkenList li.bukken {
	width:33.33333333333333%;
	display: inline-block;
	margin:0 auto 30px;
	vertical-align:top;
}
.bukkenList li.bukken .bukkenInner{
	margin: 0 2.5%;
    background: #fff;
}
.bukken { position:relative;}
#contentsArea .bukken h3.bName {
	font-size: 1.8rem;
    padding: 20px 10px;
    color: #333;
	margin: 0;
}
#contentsArea .bukken h3.bName span.newIcon {
	display: inline-block;
    color: #ffffff;
    background: #781818;
    padding: 6px 8px 4px;
    line-height: 1;
    font-size: 1.2rem;
    margin-right: 10px;
    vertical-align: middle;
}
.bukkentxtWrap{
	padding: 15px;
}
.bukken p.pr {
	font-size:13px;
	text-align:left;
	padding-bottom: 15px;
	border-bottom: 1px solid #dddbce;
}
.bukken p.pr span.caption {
	font-size:1rem;
	color:#999;
	letter-spacing:0.01em;
}
.bukken p.topics {
	padding-bottom: 15px;
    font-size: 1.4rem;
    color: #931D1F;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #dddbce;
}

.bukken p.topics .topics-fair {
	background-color: #d7514f;
	color: #fff;
	display: inline-block;
	padding:  1px 5px 0;
	margin-top: 5px;
}

.bukken .access table tr th,
.bukken .access table tr td {
	font-size:1.1rem;
	font-weight:normal;
	text-align:left;
	line-height:1.8;
	}
.bukken .access table tr th {
	width: 7em;
}

.bukken .btnAreaSpace {
	padding-top: 10%;
}

.bukken .btnArea ul {
	width:100%;
	overflow: hidden;
}
.bukkenList li.bukken .btnArea ul li{
    display: inline-block;
	vertical-align: top;
    width: 33.33333333333333%;
    height: 45px;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.bukkenList li.bukken .btnArea.two ul li{
    width: 50%;
}
.bukkenList li.bukken .btnArea.two ul li:nth-child(1){
	background: #0c6a1d;
}
.bukkenList li.bukken .btnArea.two ul li:nth-child(2){
	background: #054200;
}


.bukkenList li.bukken .btnArea.four ul li{
    width: 25%;
}

.bukkenList li.bukken .btnArea.four ul li a {
}

.bukkenList li.bukken .btnArea.four ul li:nth-child(1){
	background: #516A0C;
}
.bukkenList li.bukken .btnArea.four ul li:nth-child(2){
	background: #017D17;
}
.bukkenList li.bukken .btnArea.four ul li:nth-child(3){
	background: #0C6A1D;
}
.bukkenList li.bukken .btnArea.four ul li:nth-child(4){
	background: #054200;
}

.bukkenList li.bukken .btnArea ul li:hover{
	opacity: .9;
}
.bukkenList li.bukken .btnArea ul li:nth-child(1){
	background: #516a0c;
}
.bukkenList li.bukken .btnArea ul li:nth-child(2){
	background: #0c6a1d;
}
.bukkenList li.bukken .btnArea ul li:nth-child(3){
	background: #054200;
}
.bukkenList li.bukken .btnArea ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.4rem;
	  color: #fff;
    letter-spacing: 0;
    line-height: 1.2;
}
.bukkenList li.bukken .btnArea ul li a span{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
}

.bukkenList li.bukken .btnArea ul li a span.small {
  font-size: 1.3rem;
}
@media screen and (max-width: 1200px) {
  .bukkenList li.bukken .btnArea ul li a{
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .bukkenList li.bukken .btnArea ul li a{
    font-size: 1.2rem;
    letter-spacing: -.05em;
  }

  .bukkenList li.bukken .btnArea ul li a span.small {
  font-size: 1.3rem;
  line-height: 1.2;
  }
}

span.caption{ font-size: 1rem;}


/*=========================================
.planningSection
=========================================*/
.planningSection{
	padding-top: 60px;
}
#contentsArea .planningSection .bukken h3.bName{
    border-bottom: 1px solid #f2efe6;
    padding:0 0 10px;
}
.planningSection .bukkenList {
    text-align: center;
}
.planningSection .bukkentxtWrap {
    padding: 15px 0;
}
.planningSection .bukkenList li.bukken .bukkenInner{
	padding: 20px 15px;
	border: 2px solid #f2efe6;
}
.planningSection .bukkenList li.bukken .btnArea ul li:nth-child(1) {
    background: rgba(5, 66, 0, .8);
    width: 100%;
}

@media only screen and (max-width: 1240px) {
	.newsSection { padding:0 5%;}
	.newsSection h2 { margin:55px 0 30px;}
	.newsSection ul li time {width:10%; }
	.newsSection ul li div { width:90%;}
}

@media only screen and (max-width: 1199px) {
	.aboutLink li:nth-child(1) div,
	.aboutLink li:nth-child(2) div,
	.aboutLink li:nth-child(3) div,
	.aboutLink li:nth-child(4) div,
	.aboutLink li:nth-child(5) div,
	.aboutLink li:nth-child(6) div{
		background: none;
		height: auto;
	}
	.aboutLink li div a::after {
		content: none;
	}
	.aboutLink li div a .innertxtWrap {
		background: #fff;
		position: static;
		transform: none;
		padding: 15px 0;
	}
	.aboutLink li:hover div a .innertxtWrap {
		background: #fff;
		position: static;
		margin: auto;
		transform: none;
	}
	.aboutLink li div a .innertxtWrap::after {
		content: none;
	}
	.aboutLink li div a .innertxtWrap .btn {
		background: #c1b17c;
		padding: 15px 0;
		width: calc(100% - 30px);
		border-radius: 0;
		font-size: 1.6rem;
		color: #fff;
	}
}

@media only screen and (max-width: 1024px) {
	#home #contentsArea .kvSection {
		margin: 0 auto 60px;
	}
	.bukkenList li.bukken {
		width: 50%;
		vertical-align: top;
	}
	/*
		#contentsArea section.membersSection {
		padding: 0;
	}*/
	#contentsArea section .inner {
		background: rgba(255,255,255,.7);
	}
}

@media only screen and (max-width: 768px) {
	.newsSection .info_border h3,
	.newsSection .info_border p{
		text-align: left;
	}
	.aboutLink li {
		width: 50%;
	}
	.bukkenList li.bukken {
		width: 50%;
		display: inline-block;
		margin: 0 auto 30px;
		vertical-align: top;
	}
}

@media only screen and (max-width: 767px) {
	.newsSection &gt; ul {
		margin: 0 auto 30px;
	}
	.newsSection ul li time {
		width: 100%;
	}
	.aboutLink li {
		width: 100%;
	}
	.newsSection ul li div {
		width: 100%;
	}
	.frame {
		border: none;
		padding: 0px;
	}
	.frame::before,
	.frame::after{
		content: none;
	}
	.membersWrap h3 {
		font-size: 2.2rem;
	}
	.membersWrap p {
		color: #f2e6c2;
		font-size: 1.6rem;
	}
	.membersWrap ul.tokuten li {
		font-size: 1.6rem;
		line-height: 1.6;
		padding-left: 3em;
	}
	.membersWrap ul.tokuten li::before {
		padding: 0;
		font-size: 1.6rem;
	}
	.membersWrap ul.tokuten2 li {
		display: block;
		width: 100%;
		margin: 0 0 5px 0;
	}
	.membersWrap ul.tokuten2 li:first-child {
		margin: 0 0px 5px 0;
	}
	.membersWrap ul.tokuten2 {
		margin: 0 auto 20px;
		max-width: 700px;
		height: auto;
	}
	.bukkenList li.bukken {
		width: 100%;
		margin: 0 auto 60px;
		position: relative;
	}
	.bukkenList li.bukken::after {
		content: "";
		position: absolute;
		bottom: -30px;
		width: 100%;
		height: 1px;
		background: rgba(0, 0, 0, .1);
	}
	.bukkenList li.bukken figure img{
		display: block;
		margin: 0 auto;
	}
	.planningSection .bukkenList li.bukken::after {
		content: none;
	}
}

@media only screen and (max-width: 320px) {
	.membersWrap h3 {
		font-size: 2rem;
	}
	.membersWrap ul.tokuten2 li {
		font-size: 2rem;
	}
	.membersWrap ul.tokuten2 li span.num {
		font-size: 5rem;
	}
}
#gwcp .bName{
	font-size: 1.4rem;
    text-align: center;
    margin-bottom: 10px;
}
#gwcp figure{
	margin: 0 auto 30px;
	padding: 0 15px;
}
#gwcp .btnArea{
    border: 1px solid rgba(200, 178, 93, .5);
    padding: 60px 0;
    margin: 0 auto 30px;
    border-width: 1px 0;
}
#gwcp .btnArea ul{
    -webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
}
#gwcp .btnArea li{
	width: 33.3%;
    text-align: center;
}
#gwcp .btnArea li:nth-child(-n+3){
	margin-bottom: 40px;
}
#gwcp .btnArea li a{
    background: #c8b25d;
    color: #fff;
    width: 70%;
    display: block;
    height: 40px;
    margin: 0 auto;
    position: relative;
    border-radius: 20px;
}
#gwcp .btnArea li a span{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
}
#gwcp p{
	font-size: 1.1rem;
	max-width: 870px;
	margin: 0 auto 30px;
}
#gwcp .print a{
    display: block;
    max-width: 400px;
	width: auto;
    margin: 30px auto;
    height: 60px;
    line-height: 60px;
    background: #98be5c;
    color: #ffffff;
}
@media only screen and (max-width: 991px) {
	#gwcp .btnArea li{
		width: 50%;
	}
	#gwcp .btnArea li:nth-child(-n+4){
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 767px) {
	#gwcp .btnArea li{
		width: 100%;
	}
	#gwcp .btnArea li:nth-child(-n+5){
		margin-bottom: 40px;
	}
}

.fairSection {
	background: #fffbef;
	padding: 100px 0;
}

.fairSectionInner {
	width: 1080px;
	padding: 0 5%;
	max-width: 100%;
	margin:  0 auto;
}

.fairSectionBanner {
	margin-bottom: 40px;
}

.fairSectionLink {
	width: 857px;
	margin: 0 auto;
	max-width: 100%;
}

.fairSectionLink ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px dotted #e4d5a7;
	padding: 20px 0;
	-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}


.fairSectionLink ul li p {
	font-size: 1.8rem;
	color: #513b06;
	margin-bottom: 0;
	padding-left: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.fairSectionLink ul li a {
	width: 260px;
	max-width: 34%;
	background: #781818;
	color: #fff;
	display: inline-block;
	padding: 15px 0;
	font-size: 1.6rem;
	font-weight: bold;
	border: 4px solid rgba(255,255,255,.2);
	transition: 100ms;
}

.fairSectionLink ul li a:hover {
	opacity: .8;
}

.fairSectionNotes {
	padding-top: 30px;
	font-size: 1.2rem;
	line-height: 1.8;
	text-align: left;
	color: #555;
}

@media only screen and (max-width: 767px) {

	.fairSection {
		padding: 15% 0;
	}

	.fairSectionBanner {
		margin-bottom: 5%;
	}

	.fairSectionLink ul li {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px dotted #e4d5a7;
		padding: 3% 0;
		align-items: center;
	}


	.fairSectionLink ul li p {
		font-size: 1.3rem;
		padding-left: 0;
	}

	.fairSectionLink ul li a {
		padding: 2.5% 0;
		font-size: 1.2rem;
		border: 2px solid rgba(255,255,255,.2);
	}

	.fairSectionLink li a:hover {
		opacity: .8;
	}

	.fairSectionNotes {
		padding-top: 15px;
		font-size: 1rem;
	}


}


.newsAttention {
	margin: 0 auto;
	max-width: 640px;
	width: 100%;
}

.newsAttention a {
	background: #FFF9F9;
	border: 1px solid #F6A9A9;
	padding: 15px 40px;
	font-size: 16px;
	transition: .3s;
	color: #C95C5C;
	font-weight: bold;
	display: block;
	text-decoration: underline;
	-webkit-display: flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newsAttention .text {
	justify-content: space-between;
}

.newsAttention .more {
	background: #C95C5C;
	color: #fff;
	font-size: 11px;
	position: relative;
	text-align: center;
	width: 100px;
	padding: 5px 15px 5px 5px;
	margin-left: 10px;
	background: #C95C5C url(../common/img/icon_arrow_w.png) no-repeat center right 5px / 6px;
}

/*
.newsAttention a &gt; span::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 15px;
	background: url(../common/img/icon_arrow_r.png) no-repeat center / contain;
	top: 2px;
	position: relative;
	margin-left: 15px;
}
*/

.newsAttention a:hover {
	opacity: .8;
}


@media only screen and (max-width: 767px) {
	.newsAttention a {
		font-size: 14px;
		padding: 15px 10px;
		line-height: 1.5;
		display: block;
	}

	.newsAttention .text {
		display: block;
		margin-bottom: 10px;
	}

.newsAttention a &gt; span::after {
	content: none;
}

}

/* スライダー */
.slider{
    margin: 100px auto;
    width: 80%;
}
.slider .ele{
    height: 150px;
    width: 150px;
    border: solid 1px black;
    background-color: lightgreen;
    text-align: center;
}
.slick-prev:before,
.slick-next:before {
    color: black;
}


</pre></body></html>