@charset "utf-8";
/* CSS Document */
body,div,dl,h1,h2,dl,dt,dd,p,h1,h2,h3{
	margin: 0;
	padding: 0;
}/*ul,ol,li,*/
h1,h2,h3,h4 { clear: both; }
h1,h2 { font-size: medium;}
h3,h4 { font-size: small; margin-bottom:5px;}
h1 {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background-color:  #104E19;
  box-shadow: 4px 4px 0 #003919;
  padding: 1rem 2rem;
margin-bottom: 2rem;
}
hh{padding: 30px 20px;border-top: 5px double  #104E19;border-bottom: 5px double  #104E19;margin-bottom: 20px;background-color: rgba(255,255,255,0.5);letter-spacing: 3px;font-size: 16px;}
h2{background-color: #104E19;/*background-color: #526652;*//*background-color: #176400;*/color: #fff;padding: 8px;margin-bottom: 10px;border-radius: 5px;}
h2:before{content: "●";margin-right: 5px;}
h2.none:before{content: "";margin-right: 5px;}
h2.takuji{background-color: #7a997a;/*background-color: #809C00;*/}
h2.oyako{background-color: #526666;/*background-color: #176090;*/}
/*h3{background-image: url(../image/h3_bg.png);background-repeat: no-repeat;background-position: left center;border-bottom: 2px dotted #36551E;min-height: 20px;padding: 10px 0 5px 40px;font-size: 1rem;}*/
h3{
border-bottom: 2px dotted #36551E;
min-height: 20px;
padding: 10px 0 5px 20px;
font-size: 1rem;
position: relative;
}
h3:before{
content: "■";
position: absolute;
top: 11px;
left: 0;
/*color: #223a70;*/color: #104E19;
}

h4{
min-height: 20px;
font-size: 1rem;
position: relative;
margin-top: 8px;
}
h4:before{
content: "♢";
padding: 0px 0 0px 20px;
}

h5 { 
	height: 40px;
	background:url(../img/h2_bg.jpg) no-repeat;
	margin-bottom: 10px;
	padding: 7px 0 5px 20px;
	font-size: 16px;
	color: #385515;
}
h6{
	display: inline-block;
	margin-bottom: 20px;
	font-size: 16px;
	border-bottom: solid 2px #207C18;
	}
img{border: none;max-width: 100%;}
/*li{	list-style: none;}*/






.red{
	border: #FF0004 solid 3px;
	padding: 10px;
	margin: 10px 0;
}
.redw{
	color: red;
}
.green{
	color: #043F07;
}
.blink {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 10px 0;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
  animation: blinkAnimeS2 0.6s infinite alternate;
}
main{
background: #fff;
}
@keyframes blinkAnimeS2{
 0%{ color:white; background:#063DAC;   }
 100%{ color :white;   background:red; }
}
/*--------- clearfix -----------*/
.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* Hides from IE-mac \*/ 
.clearfix {display: inline-block;} 
/* End hide from IE-mac */
* html .clearfix {height: 1%;} 
.clearfix {display: block;}
/*//////////////////////*/
a:hover img {
	opacity: 0.7;
}


body{
	position: relative;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.4em;
	color:#333;
/*	background-image: url(../image/bg_top.png), url(../image/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: left top, right bottom;*/
background: url("../image/pattern.png");

}
header{
/*	text-align: center;*/
}
#wrap{
	width: 1024px;
	margin: 0 auto;
	padding: 12px 0;
    min-height: 550px;/*r7 追加*/
}
#wrap a:hover{
	opacity: 0.7
}



/* メニュー */
#navi{
	width: 250px;
	float: left;
	padding: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
#globalNavi{
	width: 230px;
	position:relative;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color:  #104E19;
	color: #ffffff;
}
#globalNavi ul{
	margin-bottom: 10px;
    padding-left: 0;
}
#globalNavi ul li{
	height: 30px;/*height: 40px;20250206変更*/
	line-height: 20px;/*line-height: 40px;20250206変更*/
	width: 200px;
	margin: auto;
	padding-top: 13px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 2px solid #A4BB97;
}
#globalNavi ul li a{
	width: 210px;/*width: 200px;20250206変更*/
	height: 40px;
	margin: 0 ;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#globalNavi ul li a:hover{
	color: #EF7929;
}
#globalNavi ul li span{
	font-size: 80%;
}

/* スライドショー */
.bg-slider {
	width: 760px;
	height: 450px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info{
	margin: 10px 0;
}
.del {
   color: #f00!important;
   text-decoration : line-through ;
 }
 .del span {
   color: #000;
 }
.longurl{
		word-break: break-all;
	}


/* 新着情報 */
#news {
	margin: 5px auto;
	width:100%;
	background-color: rgba(255,255,255,0.8);
	}
.news_ttl{
	background-color: #104E19;
	color: #fff;
	padding: 8px;
	font-size: 0.9rem;
	font-weight: bold;
	letter-spacing: 1px;
}
#news dl {
	overflow:auto;
	}
#news dl dt {
	float:left;
	line-height: 1.7;
	width: 90px;
	padding: 5px 10px;
	margin-bottom: 5px;
	}
#news dl dd {
	line-height: 1.7;
	margin-left: 100px;
	padding: 5px 10px;
	margin-bottom: 5px;
	}
#news .text {
	border-bottom: 1px dotted #5F5F5F;
	}
#news dl.news{
	border: 1px solid #999;
	height: 130px;
    background: #fff;
}

/* フッター */
#footer{
	font-size: 0.8em;
	text-align: center;
	padding: 10px 0 ;
	overflow: hidden;
	margin-top: 20px;
	background-color: #104E19;/*background-color:  #104E19;*/
	color: #fff;
}
#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    background-color: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}

.logo-area1 {
  padding: 15px;
  background: #eceef8;
}

.logo-area {
	margin-top: 20px;
  padding: 5px;
  
}

.company {
display: flex;
width: 98%;
	margin: 0 auto;
  flex-wrap: wrap;
  padding: 0;
  background: #fff;
}

.company li {
  margin-bottom: 15px;

  box-sizing: border-box;
	margin: 0 auto;
}
.company li a:hover {
  opacity: .8;
}
.flex{
display: flex;
justify-content: space-around;
margin: 15px 0;
}
@media screen and (max-width:1023px){
	#wrap{
	padding: 0 0 20px 0;
}
  
}
@media screen and (max-width:480px){
	.company  {
		display: block;
    width: 100%;
  }
  .company li  {
    width: 50%;
  }

  .kokoku_icon {
    text-align: center;
  }
  .flex{
  display: block;
  text-align: center;
  }
}


@media screen and (min-width:1000px){
	#primary{
		width: 760px;
		padding: 0px 5px;
		float:right;
		}
	.top_left{
		width: 50%;
		padding: 2.5%;
		float: left;
		overflow: hidden;
		background-color: rgba(255,255,255,0.75);
	}
	.top_right{
		width: 40%;
		padding: 2.5%;
		float: left;
		overflow: hidden;
		background-color: rgba(255,255,255,0.75);
	}
	.text_block{
		margin: 10px 0 40px;
		padding: 5px 10px;
		overflow: hidden;
		font-size: 0.95rem;
		line-height: 1.7;
	}
	
	.aisatu{
		margin: 10px 0 40px;
		padding: 5px 10px;
		overflow: hidden;
		font-size: 1.1rem;
		line-height: 1.8;
	}
	
}
@media screen and (max-width:999px){
	header{/*width: 85%;*/ /*background-color: #FFFFFF;*/padding: 0 0 10px 0;}
	#primary{padding: 0 1em;}
	.bg-slider{width: calc(100% + 2em);margin: 5px -1em;height: 450px;}
	.text_block{
		margin: 10px 0 40px;
		padding: 0;
		overflow: hidden;
		font-size: 0.95rem;
		line-height: 1.5;
		width: 100%;
		}
		
	.aisatu{
		margin: 10px 0 40px;
		padding: 5px 10px;
		overflow: hidden;
		font-size: 0.95rem;
		line-height: 1.8;
	}
	body{
		/*background-image: none;*/
	}
	}

@media screen and (max-width:720px){
	.bg-slider{height: 300px;}
	#news dl dt{float: none;padding: 0 10px;line-height: 1.5;}
	#news dl dd{margin-left: 0;padding: 0 10px;line-height: 1.5;}
	a.btn_01 {width: 90%!important;}
}


/* コンテンツページ */
.contents{background-color: rgba(255,255,255,0.75);}

/* 参加登録 */
.entry_link{
	margin: 15px 0;
	overflow: hidden;
}
.entry_link li{text-align: center;}
.entry_link .button {
  display: inline-block;
  width: 95%;
  text-align: center;
  text-decoration: none;
  outline: none;
	background-color: #00a497;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.6;
	
}
.entry_link .button span{
	font-size: 14px;
	
}
.entry_link .button::before,
.entry_link .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.entry_link .button,
.entry_link .button::before,
.entry_link .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.entry_link .button:hover {
  background-color: #00552e;
}
.yellow{
	background-color: yellow;
}
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 60%;
	margin: 5px auto;
	padding: 1rem 15px;
	font-weight: bold;
	background: linear-gradient(#dc143c, #db2c4f);/*background: linear-gradient(#ff3838, #e30000);*/
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-　box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	opacity: 0.5;
}

@media screen and (min-width:1000px){
	.entry_link li{
		width: 50%;
		float: left;
		text-align: center;
	}
	.entry_link li:nth-child(1) .button{
		padding: 10.5px 0;
	}
	.entry_link li:nth-child(2) .button{
		padding: 10.5px 0;
	}

}

/* トップボタン：修正前
.entry_link li:nth-child(2) .button{
		padding: 19.5px 0;
	}
*/

@media screen and (max-width:999px){
	.entry_link li{
		margin-bottom: 10px;
	}
	.entry_link .button{
		padding: 10px 0;
		height: auto;
	}
}


/* information */
@media screen and (min-width:1000px){
	.entry_link li.eng:nth-child(1) .button{
		padding: 60px 0;
	}
	.entry_link li.eng:nth-child(2) .button{
		padding: 30px 0;
	}
}

.aisatu img{
	float: right;
	margin-left: 1.5rem;
	margin-bottom: 1.5rem;	
}

/* tableスタイル */
table.border{
	border: 1px solid #333;
	border-collapse: collapse;
}
table.border th{
	background-color:#BF9C31;
	color: #fff;
	padding: 5px;
}
table.border td{
	padding: 3px 8px;
}
table.border th, td{
	border: 1px solid #333;
}

@media screen and (max-width:600px){
	table.border{font-size: 75%;
	}
}

/* listスタイル */
/*ul.list ul{}
ul.list li{
	list-style: none;
	list-style-position: outside;
	margin-left:1em; 
}
ul.list li:before{
	content: "※";
	margin-left: -1em;
}
ul.disc li{
	list-style: disc;
	margin-left: 1em;
	list-style-position: outside;
}
ol{margin-left: 1.5em;}
ol.decimal li{
	list-style: decimal;
}*/

ul.disc li{
	list-style: disc!important;
	/*list-style-position: outside;*/
}
/* dlスタイル */
dl.short > dt{
	clear: both;
	float: left;
	width: 10em;
}
dl.short > dt::after{
	content: "：";	
}
dl.short > dd{
	margin-left: 10em;
}

@media screen and (max-width:480px){
	
dl.short > dd{
	margin-bottom: 12px;
}

}


/* 見出し、書式など */
.att{
	color: #F00;
}
.t-strong{font-weight: bold;}
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.t-center{
	text-align: center;
}
.w40{
	width: 40%;
}
.w45{
	width: 45%;
}
.clear{
	clear: both;
}
.t-indent{
	text-indent: 1em;
}
.bold_blue{
	font-weight: bold;
	color: #156B8C;
}
.box{
	border: 3px solid #92C97F;
	border-radius: 10px;
	padding: 10px 20px;
	width: 75%;
	text-align: center;
	margin: 20px auto;
}
.indent3{text-indent: -3em;margin-left: 3em;}
.indent4{text-indent: -4em;margin-left: 4em;}
.indent5{text-indent: -5em;margin-left: 5em;}

.pmark{float: right;margin-left: 10px;}

.shosai{
  padding-top: 20px;
}

.aisatu img{
	float: right;
	margin-left: 1.5rem;
	margin-bottom: 1.5rem;	
}

.ml1{
	margin-left: 1rem;
}
.mb1{
	margin-bottom: 1rem;
}

.mt{
	margin-top: 1em;
}

.bb{
	border: 1px solid #000;
	padding: 15px;
	margin: 15px auto;
}

.manga{
	text-align: center;
	padding-bottom: 10px;
}

.long{
	width: 100%;
	margin: 10px auto;
	text-align: center;
}

.tx{
	padding: 0 10px 10px 10px;
	margin: 0px auto 10px;
}

.live{
	margin-left: 10px;
	position: relative;
	top:2.7px;
}
.content_none:before{
content: " ";
}/*20250206追加*/
/*20240723 start*/
header{
/*background: #eee;*/
padding-bottom: 5px;
/*background: url("../image/pattern.png");*/
}
header .head{
margin: 0 auto;
/*font-family:'Hiragino Mincho Pro', serif ,'游明朝','Yu Mincho', YuMincho ;*/
max-width: 750px;

}
h1.h1_ttl{
box-shadow: none;
background: none;
color:  #104E19;
border-style: none!important;
margin: 0;
padding: 0;
font-weight: bold;
border-bottom: 3px double  #104E19!important;
}
header dl{
margin: 10px 0;
font-size: 1.8rem;/*font-size: 1.2rem;*/
line-height: 2rem;
}
header dt{
display: inline-block;
width: 100px;
background:  #104E19;
color: #fff;
text-align: center;
line-height: 2.5rem;
vertical-align: top;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
}
header dd{
display: inline-block;
margin-left: 1rem;
}
#top_banner{
position: relative;
text-align: center;
}
#top_banner:after{
position: absolute;
content: "";
left: 0;
background-repeat: no-repeat!important;
}
#top_banner:after:hover{
opacity: 0.5;
}

@media screen and (min-width:501px){
#top_banner{
width: 760px;
height: 100px;
}
#top_banner:after{
background:url("../image/top_banner.jpg");
width: 760px;
height: 100px;
}
header .head{
width: 100%;}
h1.h1_ttl{
font-size:3rem;
line-height: 3.5rem;
letter-spacing: 0.2rem;
padding-top: 5px
}
header p{
letter-spacing: 0.25rem;
text-align: center;
margin-top: 5px;
margin-bottom: 15px;
}
.for_sp{
display: none;
}
}
@media screen and (max-width:500px){
#top_banner{
width: 350px;
height: 150px;
padding-bottom: 5px;
}
#top_banner:after{
background:url("../image/top_banner_sp.jpg");
width: 350px;
height: 150px;
}
header .head{
width: 90%;}
header dt,
header dd{
width: 100%;
display: block;
}
h1.h1_ttl{
font-size:20px;
padding-top: 25px;
display: inline-block;
line-height: 2.5rem;
}
header dl{
font-size: 1.2rem;
}
header dt{
line-height: 2rem;
}
header dd{
letter-spacing: -0.05em;
}
header p{
margin-top: 5px;
}
.for_pc{
display: none;
}
}
/*20240723 end*/
.dl_none dt{
display: inline-block;
width: 125px; 
vertical-align: top;
}
.dots,
.dots2
{
font-size: 0.95rem!important;
position: relative;
}
.dot dd,
.dot dt,
.dots2 dd,
.dots2 dt
{
font-size: 0.95rem!important;
}
.dots:after{
content: ":";
position: absolute;
left: 110px;
}
.dots2:after{
content: ":";
position: absolute;
left: 210px;
}
.dot3 dt{
  float: left;
	width: 14%;
    font-size: 0.95rem!important;
}

.dot3 dd{
	width: 86%;
	margin-bottom: 5px;
    font-size: 0.95rem!important;
    display: inline-block;
    }
.dot4 dt{
  float: left;
	width: 20%;
font-size: 0.95rem!important;
}

.dot4 dd{
	width: 80%;
    display: inline-block;
	margin-bottom: 5px;
    font-size: 0.95rem!important;
    }
.dl_none dd{
display: inline-block;
}
.indent-1 {
padding-left:1em;
text-indent:-1em;
}
.circle{
position: relative;
padding-left: 1rem;
font-size: 1rem;
color: #104E19;
}
.circle:before{
position: absolute;
content: "●";
left: 0;
}
.center{
width: 100%;
text-align: center;
margin-top: 25px;
}
.g_btn{
display: inline-block;
background: #007C36;
width: 275px;
line-height: 2rem;
padding: 10px;
border-radius: 5px;
color: #fff;
}
@media screen and (max-width:620px){
	.dot3 dt{
		float: none;
		width: 100%;
}
	.dot3 dd{
		width: 100%;
		margin-bottom: 5px;
}
.dot4 dt{
		float: none;
		width: 100%;
}
.dot4 dd{
		width: 100%;
		margin-bottom: 5px;
}
}