@charset "UTF-8";
/* CSS Document */
#contents {
	padding-bottom: 8em;
}
#contents .inner02 ul {
	display: table;
	width: 100%;
	border-spacing: 50px 0;
}
#contents .inner02 ul li {
	display: table-cell;
	width: 50%;
	text-align: center;
}
#contents .inner02 ul li a {
	color: #fff;
	font-size: 125%;
	line-height: 70px;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	padding-left: 1.5em;
	box-sizing: border-box;
	border: 1px solid #d93129;
	background: #d93129;
	position: relative;
	transition: 0.4s;
}
#contents .inner02 ul li a span:before,
#contents .inner02 ul li a span:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
}
#contents .inner02 ul li a span:before {
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border: 1px solid #d93129;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
#contents .inner02 ul li a span:after {
	content: '〉';
	color: #d93129;
	font-size: 18px;
	margin-left: -16px;
	transform: scaleY(0.6);
}
@media only screen and (max-width: 1200px) {
	#contents .inner02 ul {
    border-spacing: 20px 0;
	}
}
@media only screen and (min-width: 768px) {
	#contents .inner02 ul li a:hover {
		color: #d93129;
		background: #fff;
		transition: 0.4s;
	}
}
@media only screen and (max-width: 767px) {
	#contents {
    padding-bottom: 4em;
	}
	#contents .inner02 ul {
		display: block;
	}
	#contents .inner02 ul li {
    display: block;
    width: 100%;
    margin-bottom: 1.5em;
	}
	#contents .inner02 ul li a {
		padding: 1em 3em 1em 4em;
    line-height: 1;
	}
}
@media (orientation: landscape) and (max-width: 767px){
}
