@charset "utf-8";
/* CSS Document */

.example_menu{
	margin: 10px;
	font-size: 1rem;
	color: #743D00;
}
.example_menu a:hover{
	color: #FF9E00;
}
  .example_menu li{
    position: relative;
    padding-left: 10px;
  }
 
   .example_menu li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #8b6b4e;
  }


.example_container{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
}

.example_container::after{
  content:"";
  display: block;
	width: 50%;
}

.example_box{
	padding: 20px;
	width: 50%;
}

.example_box:nth-child(4n) ,.example_box:nth-child(4n+1) {
   /* 奇数番目のボックスを装飾するCSS */
	background: #fffbda;
}
.example_box:nth-child(4n-1),.example_box:nth-child(4n-2)  {
	background: #ffdb97;
}

.example_top_box:nth-child(4n) ,.example_top_box:nth-child(4n+1) {
   /* 奇数番目のボックスを装飾するCSS */
	background: #fffbda;
}
.example_top_box:nth-child(4n-1),.example_top_box:nth-child(4n-2)  {
	background: #ffdb97;
}

.example_box_img{
	text-align: center;position:relative;
}

.example_box_img a img:hover{
	
	opacity: 0.5 ;
}

.example_box_cen{
	text-align: center;
	
}

.top_example_box_img div{
	text-align: center;
}
.top_example_box_cen{
	background: #FFFFFF;
	margin: 10px 20px;
	padding: 5px;
}
.top_example_box_rink{
	text-align: right;
	color: #FF5F00;
}
.example_top_box{
	width: 50%;
}
.top_example_icon img{
	width: 80%;
}


/*******************配下ページ****************/

.example_next_menu{
	display: flex;
	flex-wrap:wrap;
  justify-content:space-evenly;
	margin-bottom: 10px;
}
.example_next_menu li{
	margin-top: 5px;
	width: 50%;
}
.example_next_menu li img{
	width: 100%;
}

.img_push{
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    bottom :0;
    margin:  auto;
  color: #ffffff;
	font-size: 16px;
}

.img_push{
	font-size: 5vw;
}
@media (min-width: 767px) {
.img_push{
    font-size: calc(16px + ((1vw - 6.4px)*3.571));
  }
}
@media (min-width: 767px) {
.img_push{
    font-size: 36px;
  }
}




.example_next_title{
	margin: 10px;
}

.example_box_img img{
	width: 62%;
}




