article
	{
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0;
	color: #161505;
	font-weight: 500;
	background: #e7e13b;
	font-family: "Zen Kaku Gothic New", sans-serif;
	position: relative;
	}

article:after
	{
	content: "";
	height: 10px;
	width: 100%;
	display: block;
	background-image: linear-gradient(-45deg, #171606 25%, #e7e13b 25%, #e7e13b 50%, #171606 50%, #171606 75%, #e7e13b 75%, #e7e13b);
	background-size: 50px 50px;

	}



article .about
	{
	width: 1200px;
	max-width: 94%;
	margin: 5rem auto 0 auto;
	text-align: center;
	border: 4px solid #161505;
	padding: 3rem 0;
	}

article .about h1
	{
	font-size: 3em;
	font-weight: 700;
	display: inline;
	border-bottom: 3px solid #161505;
	}

article .about p
	{
	margin: 3rem 0 0 0;
	font-size: 1.5em;
	font-weight: 500;
	}

article .about+p
	{
	margin: 2rem 0 0 0;
	font-size: 1.2em;
	text-align: center;
	}

article h2
	{
	width: 1200px;
	max-width: 94%;
	margin: 5rem auto 0 auto;
	position: relative;
	}


article h2:after
	{
	width: 50%;
	height: 20px;
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 60%;
	background-image: linear-gradient(-45deg, #171606 25%, #e7e13b 25%, #e7e13b 50%, #171606 50%, #171606 75%, #e7e13b 75%, #e7e13b);
	background-size: 50px 50px;
	}



article h2 small
	{
	font-size: 1em;
	letter-spacing: 20px;
	display: block;
	font-weight: 700;
	}

article h2 strong
	{
	font-size: 2.5em;
	}

article h2+p
	{
	width: 1200px;
	max-width: 94%;
	margin: 1rem auto 0 auto;
	font-size: 1.2em;
	}

article .item
	{
	width: 1200px;
	max-width: 94%;
	margin: 3rem auto 0rem auto;
	padding-bottom: 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	position: relative;
	}

article .item:after
	{
	width: 22%;
	content: "";
	}

article .item li
	{
	width: 22%;
	margin-bottom: 1.5rem;
	}

article .item li a
	{
	display: block;
	}

article .item li a h3
	{
	font-weight: 700;
	margin: 0.8rem 0 0 0;
	}

article .item li a p
	{
	margin: 0.5rem 0 0 0;
	}


.spbr
	{
	display: none;
	}

@media screen and (max-width:769px) {

.spbr
	{
	display: block;
	}


article .about
	{
	padding: 2rem 0;
	}

article .about h1
	{
	font-size: 2em;
	line-height: 1.8;
	}

article .about p
	{
	margin: 2rem 1rem 0 1rem;
	font-size: 1.2em;
	}

article .about+p
	{
	margin: 2rem 1rem 0 1rem;
	font-size: 1em;
	text-align: left;
	}

article h2
	{
	width: 1200px;
	max-width: 94%;
	margin: 5rem auto 2rem auto;
	position: relative;
	}


article h2:after
	{
	margin-top: 1rem;
	width: 100%;
	height: 10px;
	display: block;
	content: "";
	position: relative;
	background-image: linear-gradient(-45deg, #171606 25%, #e7e13b 25%, #e7e13b 50%, #171606 50%, #171606 75%, #e7e13b 75%, #e7e13b);
	background-size: 30px 30px;
	}



article h2 strong
	{
	font-size: 2em;
	}

article h2+p
	{
	font-size: 1.2em;
	}

article .item
	{
	width: 1200px;
	max-width: 94%;
	margin: 2rem auto 0rem auto;
	padding-bottom: 0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	position: relative;
	}

article .item li
	{
	width: 48%;
	margin-bottom: 1.5rem;
	}

article .item li a
	{
	display: block;
	}

article .item li a h3
	{
	font-weight: 700;
	margin: 0.8rem 0 0 0;
	}

article .item li a p
	{
	margin: 0.5rem 0 0 0;
	}

}







/*‹¤’Ê*/
body
	{
	padding: 0;
	}

.site-search form
	{
	margin: 0;
	}


@media screen and (max-width:769px) {

#js-nav
{
top: 12% !important;
}
}


