main{
     width: 1180px;
    margin: 0 auto;
    color: #333;}


main .headContent{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 40px;
	margin-top: 115px;
}
main .headContent li{
	width: calc((100% - 40px) / 2);
	margin-bottom: 80px;
}
main .headContent li a{
	display: block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
main .headContent li a.hover h2{
	color: #e60012;
}
main .headContent li img {
	width: 100%;
	height: auto;
	display: block;
	transform : scale(1);
	transition: transform 0.5s ease-out, opacity 0.12s;
}
main .headContent li a.hover img {
	transform : scale(1.06) rotate(0.1deg);
	opacity: 0.8;
}
main .headContent h2{
	font-size: 1.8rem;
	margin: 17px 0 12px;
}
main .headContent p{
	font-size: 1.4rem;
	line-height: 2.2rem;
}
.bodrTop{
	border-top: 1px solid #d0d5da;
	padding-top: 60px;
}

.otanoshimiC h3 {
	margin: 0 0 40px 0;
	color: #333;
	font-weight: normal;
	text-align: center;
font-size: 1.5rem;}
.otanoshimiC h3 span {
	display: block;
	height: 32px;
	margin: 0 0 15px 0;
	background-repeat: no-repeat;
	background-position: center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
background-image: url(/fun/images/img_ttl_contents.gif);
    background-size: 267px;}
.otanoshimiC a.hover strong{color: #e60012;}
.otanoshimiC figcaption strong{]
	color: #333;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-bottom: 8px;
	display: block;
}
.otanoshimiC figcaption p{
	font-size: 1.2rem;
	line-height: 2.2rem;
}

.otanoshimiC figcaption strong.blank:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    background-image: url(/images/common/blank.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px;
}