@charset "utf-8";

.sec_ttl h2 {
	margin-top: 40px;
	text-align: center;
}

.voice_nav {
	margin-top: 40px;
}
	.voice_nav li {
		margin-bottom: 20px;
		text-align: center;
	}

.sec_page {
	margin-top: 80px;
}

.ttl_icon {
	margin-bottom: 20px;
}

.ttl_jenre {
	border-bottom: 2px solid #faca0a;
	font-size: 20px;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.ttl_jenre span {
	color: #fabe00;
	font-weight:bold;
}

.sec_page01 {
	margin-top: 60px;
}

.sec_page01 li {
	border-right: 1px dotted #999;
	margin-bottom: 1px;
	padding-left: 10px;
}

.sec_page01 li:nth-child(4n) {
	border-right: none;
}

.sec_page01 li:first-child,
.sec_page01 li:nth-child(4n+1) {
	padding-left: 0;
}

.sec_page01 li a {
	display: block;
	padding-left: 14px;
	line-height: 1.2;
	padding-top: 4px;
	padding-bottom: 4px;
}

.sec_page01 li a:before {
	font-family: FontAwesome;
	content: '\f138';
	margin-right: 4px;
	margin-left: -14px;
	color: #767676;
}

.sec_page01 {
	margin-top: 80px;
	text-align: center;
}

.sec_page a {
}
	.sec_page a:hover {
	}

.sec_page .sec_title {
	margin: 0 auto 60px;
	padding: 10px;
	width: 360px;
	font-size: 2.0rem;
	text-align: center;
	position: relative;
	line-height: 1.3;
	border: 5px solid #f2f2f2;
}

.sec_page .sec_title:before {
	content: "";
	display: inline-block;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 15px solid #f2f2f2;
	position: absolute;
	left: 50%;
	bottom: -30px;
}

.sec_page .title01 {
	border-bottom: 3px solid #2ed7ce;
	margin-bottom: 30px;
	color: #2ed7ce;
	font-size: 2.0rem;
	text-align: center;
}

.sec_page .title02 {
	background: url(../../img/common/bg_ptn_gray.gif) repeat 0 0;
	padding: 5px 0;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 30px;
}

.sec_page .title02 span {
	display: inline-block;
	margin-right: 10px;
}

.sec_page .image {
	text-align: center;
}

.sec_page .image p {
	margin-top: 5px;
	text-align: left;
}

.sec_page .btn_area {
	margin-top: 60px;
	text-align: center;
}

.sec_page dl {
	border-bottom: 1px solid #f2f2f2;
	margin: 0 30px 30px;
	padding-bottom: 30px;
}

.voice_header {
	margin-bottom: 10px;
}

.sec_page .title {
	font-size: 14px;
	margin: 0 0 5px;
	float: left;
	font-weight: bold;
}

.usr_meta {
	float: right;
	margin-right: 0;
	width: 260px;
}

.fa-female {
	color: #a5001e;
	margin-left: 10px;
}

.fa-male {
	color: #355689;
	margin-left: 10px;
}

.fa-star {
	color: #fabe00;
}

.sec_page .text {
	margin: 0;
}

.sec_page .wrap02 {
	margin-top: 40px;
}

@media (max-width: 667px) {

.sec_ttl h2 {
	margin-top: 20px;
}
	.voice_nav li {
		margin-bottom: 10px;
	}

	.sec_page {
		margin-top: 40px;
	}
	.sec_page .sec_title {
		margin-bottom: 30px;
		padding: 10px;
		width: 100%;
		font-size: 1.6rem;
	}
	.sec_page .title01 {
		margin-bottom: 15px;
		font-size: 1.6rem;
		text-align: center;
	}
	.sec_page .title02 span {
		display: block;
		margin: 0;
	}
	.sec_page .title {
		margin: 0 0 10px;
	}
	.sec_page .text {
		margin: 0 0 20px;
	}
	.sec_page .image {
		margin-bottom: 10px;
	}
	.sec_ttl .voice_nav li {
		float: none;
		margin: 0 auto 20px;
		text-align: center;
	}
	.sec_page01 li {}
	.sec_page01 li:nth-child(2n) {
		border-right: none;
	}
	.sec_page01 li:nth-child(2n+1) {
		padding-left: 0;
	}
	.sec_page01 li a {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.sec_page .title {
		font-size: 1.5rem;
		margin: 0;
		float: none;
		font-weight: bold;
	}
	.usr_meta {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.sec_page dl {
		border-bottom: 1px solid #f2f2f2;
		margin: 0 10px 10px;
		padding-bottom: 10px;
	}
	.sjenre li {
		margin-bottom: 10px;
	}
}