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

/* 中身-モバイルファースト======================================================================================================== */
#index .section{
margin-top: 60px;
}
#index .section:first-child{
margin-top: 0px;
}
#index h3 span{
font-size: 100%;
margin-left: 1em;
}
#index ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index li{
	width: 49%;
	margin-top: 2vw;
}
#index li a{
	display: block;
	position: relative;
	text-decoration: none;
	color: #FFF;
}
#index li a .text{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
#index li a .text em{
display: block;
font-size: 6vw;
line-height: 1.2;
white-space: nowrap;
margin-bottom: 5px;
}
#index li a .text h3{
white-space: nowrap;
}





/* PCのみ======================================================================================================== */
@media print and (min-width: 671px), screen and (min-width: 671px){
#index .section{
margin-top: 100px;
}

#index li{
	width: 230px;
	margin-top: 5px;
}
#index li .photo img{
	max-width: 100%;
	height: auto;
}
#index li a .text em{
font-size: 36px;
margin-bottom: 10px;
}

}

