@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*---------Common---------------*/
* {
	box-sizing: border-box;
	position: relative;
}

.aplha {
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.onalpha {
	opacity: 1.0;
	transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	opacity: 0.6;
	transition: 0.2s;
	cursor: pointer;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a:focus,
*:focus {
	outline: none;
}


.sp,
.sp_b {
	display: none;
}

.pc {
	display: inline-block;
}

.pc_b {
	display: block;
}

/*-----Loading-------*/
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
	background: #000;
	text-align: center;
	color: #fff;
	display: none;
}

#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/*-----Header-------*/
#header{
	width: 100%;
	min-width: 1000px;
	height: 168px;
	margin: 0;
	overflow-x: hidden;
	background-position: right top;
	background-repeat: repeat;
}



.btn_home{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	color: #000;
	background-color: #fee101;
	text-decoration: none;
	z-index: 20;
	font-weight: 400;
	transition: 0.2s;
	z-index: 100;
	font-size: 16pt;
	padding-top: 4px;
}




.btn_home:hover{
	opacity: 0.8;
	cursor: pointer;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}



.news_logo{
	z-index: 20;
	display: block;
	margin: 0 auto 0;
	height: auto;
}





/*-----Main-------*/
main{
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	overflow-x: hidden;
}

h3{
	text-align: center;
	font-family: "Bebas Neue", sans-serif;
	font-size: 29pt;
	font-weight: 400;
	margin: 0 0 30px;
	letter-spacing: 0.2em;
	color: #fee101;
}


.news_box{
	color: #000;
	background-color: #fee101;
	padding: 30px 30px;
	font-size: 11pt;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 50px;
}

.news_title{
	font-size: 12pt;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px #000 solid;
}

.news_date{
	text-align: right;
	font-size: 10pt;
	margin-bottom: 30px;
}

.news_txt{
	word-break: break-all;
}

strong{
	font-weight: 700;
	color: #006c11;
}

em{
	font-weight: 700;
	color: #006c11;
	font-style: normal;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignright {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.articleBody {
	display: flow-root;
}

.articleBody::after {
	display: block;
	clear: both;
	content: '';
}

.news_txt iframe {
	display: block;
	margin: 10px auto;
}


a.top_link{
	display: block;
	width: 175px;
	height: 45px;
	line-height: 52px;
	font-size: 24pt;
	font-weight: 400;
	color: #000;
	background-color: #fee101;
	text-align: center;
	margin: 0 auto 50px;
	transition: 0.4s;
	font-family: "Bebas Neue", sans-serif;
}

a.top_link:hover{
	text-decoration:none;
	background-color: rgba(254, 225, 1, 0.8);
}














/*-----ftr-------*/

#ftr_box {
	z-index: 40;
	margin: 0px 0 0;
	padding: 1px 0px 30px 0px;
	text-align: center;
	background-color: #fee101;
}


#ftr_naka {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}


#ftr_bnr {
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
}


#ftr_bnr img {
	margin: 0px 5px 5px 0px;
}


.footer_link{
	margin-top: 30px;
	font-size: 11pt;
	color: #000;
}

.footer_link a:link,
.footer_link a:visited,
.footer_link a:active{
	color: #161616;
	margin: 0 10px;
}


.footer_link a:hover {
	color: #161616;
	text-decoration: underline;
}

.haikyu{
	margin-top: 10px;
	font-size: 11pt;
	text-align: center;
	color: #000;
}

.copy{
	margin-top: 10px;
	font-size: 11pt;
	text-align: center;
	color: #000;
}








/*------- SNS ----------------*/

#top_tw {
	position: relative;
	display: inline-block;
	z-index: 500;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 25px;
	display: none;
}

.fb {
	margin: 2px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.tw {
	margin: 2px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.line {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}


.eigacom {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}






/*------- SUB PAGE ----------------*/
.sub_box {
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.in_box {
	margin: 0 auto;
	width: 1000px;
	font-size: 10pt;
	font-weight: normal;
}

.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

.txt_box{
	font-size: 11pt;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}










