/* ************************************************ 
 *  Allitem
 * ************************************************ */
#Allitem div.box {
  width: 100%;
	float:  left;
	height:4rem;
line-height:4rem;
  overflow:　hidden;
		background-color: #f7d935;
  margin:0 1% 30px 0;
}

#Allitem div.box:hover{
	background-color: #fa501e;
	transition: background-color 0.25s;
}

#Allitem div.box h3 {
　margin: 0;
  padding:0;
  display: block;
  text-align: center;
  color: #000000;
  font-size: 1.2rem;
  vertical-align: middle;
}

#Allitem div.box h3:hover{
	color: #fff;
	transition: background-color 0.25s;
    text-decoration: none;
}

#Allitem a{
  text-decoration: none;
}
/* ************************************************ 
 *  news
 * ************************************************ */
#news div.box {
clear: both;
background: #010101;
padding-bottom: 10px;
margin-bottom: 20px;
}

#news div.box h3 {
text-indent: 1em;
text-align: left;
margin-bottom: 10px;
padding: 10px;
background: #f7d935;
}

#news p {
  text-indent: 2em;
  font-size: medium;
}

.list_triangle {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.list_triangle > li {
    position: relative;
}
.list_triangle > li::before {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #ffffff;
    content: "";
}

/* ************************************************ 
 *  ３ボタンメニュー
 * ************************************************ */

ul.navi_item{
  list-style-type: none;
}

li.navi_list{
  width: 33%;
	display: inline-block;
	height:4rem;
line-height:4rem;
  overflow:　hidden;
		background-color: #f7d935;
  margin:0 0 30px 0;
}
li.navi_list:hover{
	background-color: #fa501e;
	transition: background-color 0.25s;
}

	
a.navi_text {
　margin: 0;
  padding:0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000000;
  font-size: 1.2rem;
  vertical-align: middle;
	
}
	
a.navi_text:hover{
	color: #fff;
	transition: background-color 0.25s;
}

