@charset "utf-8";

/*------------------------------------------------------------
-------------------------------------------------------------*/

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote {
	margin: 0;
	padding: 0;
}


.top-btn{
	margin:10px 0px;
}

.next{
	font-size:24px;
}

.next a{
	margin-left:3px;
}

/*------------------------------------------------------------
-------------------------------------------------------------*/

#jquery-cycle {
	width: 1100px;
	border: 1px solid #E7E7E7;
	margin:10px auto;
	height:30px;
	line-height:30px;
}
#jquery-cycle p{
	padding-left:10px;
}


/*------------------------------------------------------------
-------------------------------------------------------------*/

.support-write-text{
	font-size: 12px;
	background: #FFFFFF;
	padding: 8px;
	margin-bottom: 6px;
	border: 1px solid #ccc;
	width: 100%;
	min-height: 150px;
}
.support-write-mail{
	font-size: 12px;
	background: #FFFFFF;
	padding: 8px;
	margin-bottom: 6px;
	border: 1px solid #ccc;
	width: 100%;
}

.support_submit{
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
	background-color: #ff8800;
	color: #fff;
	border-style: none;
	width: 400px;
	margin: 0 auto;
	display: block;
	cursor: pointer;
}

.top-look{
    color: #0000FF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

/*------------------------------------------------------------
-------------------------------------------------------------*/

.disp-none{ display:none; }

.text-box{
    width: 170px;
    height: 25px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "���C���I", Meiryo, "Hiragino Kaku Gothic Pro", "�q���M�m�p�S Pro W3", Osaka, "�l�r �o�S�V�b�N", sans-serif;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
a img {
	border-style: none;
}
a {
	text-decoration: none;
}

/*------------------------------------------------------------
-------------------------------------------------------------*/

.a_item{
	color:#fff;
	text-align:center;
	cursor:pointer;
}

.a_contents{
	display:none;
	position: relative;
	width: 220px;
	z-index: 4;
}

.a_contents li{
	background-color: #353535;
	color: #FFFFFF;
	z-index: 10;
}

/*------------------------------------------------------------
-------------------------------------------------------------*/
.inner {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
/*------------------------------------------------------------
-------------------------------------------------------------*/
header {
	background: #34ab01;
	overflow: hidden;
	/*
	padding: 10px 0;
	*/
	padding: 0;
	
	/*背景変更2021.11 => 2022.1 背景を元に戻す*/
	/*
	background: #6bf480 url(/image/bg-header.png) left top repeat-x;
	background-size: contain;
	*/
}
header h1 {
	width: 340px;
	float: left;
}
header h1 a {
}
header h1 img {
	height: 90px;
	width: auto;
}
.copy_box {
	text-align: right;
	font-size: 18px;
	line-height: 1.4;
	padding-top: 20px;
}
.copy_box span {
	font-weight: bold;
}
.gnav {
	background: #000;
}

.gnav-box{
	width:1100px;
	margin:0px auto;
}

.gnav ul li {
	height: 35px;
	line-height: 35px;
	width: 220px;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #fff;
	text-align: center;
}
.gnav ul li:hover {
	background: #F60;
}

.gnav ul li a {
	display: block;
	color: #fff;
}
/*------------------------------------------------------------
-------------------------------------------------------------*/

.marquee {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.marquee-box {
	padding: 10px;
	border: 1px solid #E7E7E7;
}
.marquee p:after {
	content: "";
	white-space: nowrap;
	padding-right: 50px;
}
.marquee p {
	margin: 0px;
	padding-left: 100%;
	display: inline-block;
	white-space: nowrap;
	-webkit-animation-name: marquee;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: marquee;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 30s;
	-moz-animation-iteration-count: infinite;
	-ms-animation-name: marquee;
	-ms-animation-timing-function: linear;
	-ms-animation-duration: 30s;
	-ms-animation-iteration-count: infinite;
	-o-animation-name: marquee;
	-o-animation-timing-function: linear;
	-o-animation-duration: 30s;
	-o-animation-iteration-count: infinite;
	animation-name: marquee;
	animation-timing-function: linear;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	font-size: 14px;
}
/* スピード調整 */
.marquee._60s p {
	-webkit-animation-duration: 60s;
	-moz-animation-duration: 60s;
	-ms-animation-duration: 60s;
	-o-animation-duration: 60s;
	animation-duration: 60s;
}
.marquee._90s p {
	-webkit-animation-duration: 90s;
	-moz-animation-duration: 90s;
	-ms-animation-duration: 90s;
	-o-animation-duration: 90s;
	animation-duration: 90s;
}
 @-webkit-keyframes marquee {
 from {
-webkit-transform: translate(0%);
}
 99%, to {
-webkit-transform: translate(-100%);
}
}
 @-moz-keyframes marquee {
 from {
-moz-transform: translate(0%);
}
 99%, to {
-moz-transform: translate(-100%);
}
}
 @-ms-keyframes marquee {
 from {
-ms-transform: translate(0%);
}
 99%, to {
-ms-transform: translate(-100%);
}
}
 @-o-keyframes marquee {
 from {
-o-transform: translate(0%);
}
 99%, to {
-o-transform: translate(-100%);
}
}
 @keyframes marquee {
 from {
transform: translate(0%);
}
 99%, to {
transform: translate(-100%);
}
}
/*------------------------------------------------------------
-------------------------------------------------------------*/

.breadcrumbs {
	font-size: 12px;
	background-color: #f5f5f5;
	padding: 5px 0px;
}
.breadcrumbs-in {
	width: 1100px;
	margin: 0 auto;
}
.breadcrumbs li {
	float: left;
	padding-right: 10px;
	list-style: none;
}
.breadcrumbs li.first {
	padding-left: 0;
	background: none;
}
.first a {
	color: #000000;
}
.breadcrumbs li a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------
-------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
/*------------------------------------------------------------
-------------------------------------------------------------*/
.ft_list {
	background: #fafafa;
	padding: 20px 0 10px;
}
.ft_list h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}
.ft_list ul {
	overflow: hidden;
}
.ft_list ul li {
	float: left;
	width: 30%;
	margin-bottom: 10px;
	margin-right: 2%;
	height: 50px;
	padding: 0.5%
}
.ft_list ul li h4 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
.ft_list ul li p {
	font-size: 11px;
	color: #555;
}
.ft_list ul li:hover {
	background: #ccc;
}
footer {
	background: #34ab01;
	
	/*背景変更2021.11 => 2022.1元に戻す
	background: #6bf480 url(/image/bg-header.png) left top repeat-x;
	background-size: contain;
	*/
}
footer ul {
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}
footer ul li {
	border-right: 1px solid #fff;
	box-sizing: border-box;
	float: left;
	width: 25%;
}
footer ul li a {
	display: block;
	/*
	color: #fff;
	*/
	color: #000;
	text-align: center;
	font-size: 14px;
	padding: 7px 0;
}
footer ul li a:hover {
	text-decoration: underline;
}
.copy small {
	text-align: center;
	/*
	color: #fff;
	*/
	color: #000;
	display: block;
	padding-bottom: 20px;
}
a img:hover {
	opacity: 0.7;
}

.pagination li.page-item {
	display: inline-block;
}

/*------------------------------------------------------------
2021.11以降追加（上書き）
-------------------------------------------------------------*/

/* SLIDE */
.slick-slide { height: auto !important; }
.mypattern { width: 100% !important; max-width: 1100px; }

/* 電光掲示板 */
.marquee {
	background-color: #000;
	position: relative;
	
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.marquee:after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	background: url(/image/eboard.png) center repeat-x;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
.marquee p {
	font-size: 1.4rem;
	font-weight: bold;
	color: orange;
}

/* アイパス */
.user_info {
	background-color: #34ab01;
	padding: 10px;
	color: #FFF;
	text-align: center;
}
.user_info span {
	display: block;
}
.user_info span:first-child {
	font-size: 0.9rem;
}