@charset "utf-8";

ol, ul, li {
  list-style: none; }

input.styleReset, button.styleReset, textarea.styleReset, select.styleReset {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }

.cf:after {
  content: "";
  display: block;
  clear: both; }

/* voiceArea */
.voiceArea {
	overflow: hidden;
	padding: 30px 0 30px 0;
}
.voiceArea#voice01 {
	background-color: #eeeeee;
	margin: 40px 0 51px 0;
}
.voiceArea#voice02 {
	border: 1px solid #cccccc;
}
.voiceArea .contentInner {
	width: calc(912 / 978 * 100%);
	margin: auto;
}
.voiceArea .box {
	margin: 0 0 39px 0;
}
.voiceArea#voice02 .box:last-child {
	margin: 0 0 3px 0;
}
.voiceArea .titleWrap {
	float: left;
	position: relative;
	width: calc(630 / 912 * 100%);
}
.voiceArea#voice01 .titleWrap {
	width: calc(530 / 912 * 100%);
}
.voiceArea .titleArea {
	color: #ffffff;
	background-color: #000028;
	margin: 0 0 27px 0;
	padding: 27px 30px;
	box-sizing: border-box;
}
.voiceArea#voice01 .titleArea {
}
.voiceArea .titleArea .name {
	font-size: 16px;
	margin: 0 0 3px 0;
}
.voiceArea .titleArea .profile {
	font-size: 16px;
	margin: 0;
	padding: 0 0 13px 0;
}
.voiceArea .titleArea .headline {
	color: #ffffff;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #ffffff;
	border-bottom: 0;
}
.voiceArea .image {
	float: right;
	width: calc(250 / 912 * 100%);
}
.voiceArea#voice01 .image {
	width: calc(350 / 912 * 100%);
}
.voiceArea .textWrap {
	float: left;
	width: calc(630 / 912 * 100%);
	position: relative;
}
.voiceArea#voice01 .textWrap {
	width: calc(530 / 912 * 100%);
}
.voiceArea .text {
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0;
	margin: 0 0 15px 0;
}
.voiceArea .compare {
}
.voiceArea .compare .list {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.voiceArea .compare .list:after {
	display: none;
}
.voiceArea .compare .list .item {
	position: relative;
	flex-basis: calc(320 / 912 * 100%);
	margin: 0 calc(42 / 912 * 100%);
	padding: 0;
}
.voiceArea .compare .list .item .compareImage {
	margin: 0 0 10px 0;
}
.voiceArea .compare .list .item .badge {
	position: absolute;
	top: 24px;
	left: -22px;
	width: 133px;
	height: 36px;
}
.voiceArea .compare .list .item:nth-child(2) .badge {
	width: 105px;
	height: 36px;
}
.voiceArea .compare .list .item .desc {
	font-size: 12px;
	line-height: 18px;
}
#voice02,
#voice03 {
	background: #efefef;
}
@media screen and (max-width: 768px){
	.voiceArea {
		padding: 10px 0 10px 0;
	}
	.voiceArea#voice01 {
		padding: 30px 0 20px 0;
	}
	.voiceArea#voice02 {
		padding: 20px 0 20px 0;
	}
	.voiceArea .contentInner {
		width: 92%;
	}
	.voiceArea .contentInner.wide {
		width: 92%;
		min-width: 92%;
	}
	.voiceArea .box {
		display: block;
		margin: 0 0 40px 0
	}
	.voiceArea .titleWrap {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.voiceArea#voice01 .titleWrap {
		width: 100%;
	}
	.voiceArea .image {
		float: none;
		width: 100%;
		margin: 0 auto 10px auto;
		padding: 0;
	}
	.voiceArea#voice01 .image {
		width: 100%;
		padding: 0;
	}
	.voiceArea .textWrap {
		float: none;
		position: relative;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.voiceArea#voice01 .textWrap {
		width: 100%;
		padding: 0;
	}
	.voiceArea .titleArea {
		position: static;
		width: 100%;
		margin: 0;
		padding: 5px 10px;
	}
	.voiceArea#voice01 .titleArea {
		width: 100%;
		padding: 5px 10px;
	}
	.voiceArea .titleArea .name {
		display: inline-block;
		margin: 0 0 5px 0;
	}
	.voiceArea .titleArea .profile {
		display: inline-block;
		padding: 0 0 5px 0;
	}
	.voiceArea .titleArea .headline {
		font-size: 1rem;
		line-height: 1.5;
		padding: 10px 0 10px 0;
	}
	.voiceArea .text {
		line-height: 2;
		letter-spacing: 0;
		margin: 0 0 5px 0;
	}
	.voiceArea .compare {
		padding: 40px 0 30px 0;
	}
	.voiceArea .compare .list {
		display: flex;
		justify-content: space-between;
	}
	.voiceArea .compare .list:after {
		display: none;
	}
	.voiceArea .compare .list .item {
		position: relative;
		flex-basis: 48%;
		margin: 0;
	}
	.voiceArea .compare .list .item .compareImage {
		width: 100%;
		margin: 0 auto 10px auto;
	}
	.voiceArea .compare .list .item .badge {
		position: absolute;
		top: auto;
		bottom: calc(100% + 10px);
		left: 0;
		width: calc(133 / 300 * 100%);
		height: auto;
	}
	.voiceArea .compare .list .item:nth-child(2) .badge {
		top: auto;
		bottom: calc(100% + 10px);
		left: 0;
		width: calc(105 / 300 * 100%);
		height: auto;
	}
	.voiceArea .compare .list .item .desc {
		width: 100%;
		line-height: 1.5;
		margin: 0;
	}
}

/* voiceList */
#voiceList {
/*	padding: 70px 0 0 0;*/
		padding: 0;
}
#voiceList .contentInner {
}
#voiceList .voiceTab .tabList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 0 20px 0;
}
#voiceList .voiceTab .tabList .tabItem {
	margin: 0 9px 10px 0;
}
#voiceList .voiceTab .tabList .tabItem.all {
	margin-right: 0;
}
#voiceList .voiceTab .tabList .tabItem .tabrigger {
	cursor: pointer;
	color: #006cb3;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0;
	background-color: #ffffff;
	padding: 5px 14px 5px 15px;
	border: 1px solid #006cb3;
	transition: all 0.4s ease;
}
#voiceList .voiceTab .tabList .tabItem.all .tabrigger {
	background-color: transparent;
	padding: 5px 9px 5px 9px;
	border: 0;
}
#voiceList .voiceTab .tabList .tabItem .tabrigger:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#voiceList .wrap {
}
#voiceList .list {
	margin: 0;
	padding: 0 0 90px 0;
}
#voiceList .list .item {
	margin: 0 0 38px 0;
	padding: 0;
}
#voiceList .list .item.show {
	display: block;
	transform: translateY(0);
}
#voiceList .list .item.hide {
	display: none;
	transform: translateY(0);
}
#voiceList .list .item .profile {
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0;
	background-color: #000028;
	margin: 0 0 22px 0;
	padding: 13px 23px;
}
#voiceList .list .item .profile .name {
	font-weight: bold;
}
#voiceList .list .item .headline {
	color: inherit;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0 0 16px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #cccccc;
}
#voiceList .list .item .text {
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0;
	margin: 0;
}
#voiceList .list .item .categoryList {
	display: flex;
	padding: 18px 0 0 0;
}
#voiceList .list .item .categoryList .categoryItem {
	margin: 0 10px 0 0;
}
#voiceList .list .item .categoryList .categoryItem .tabrigger {
	cursor: pointer;
	color: #006cb3;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0;
	transition: all 0.4s ease;
}
#voiceList .list .item .categoryList .categoryItem .tabrigger:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
@media screen and (max-width: 768px){
	#voiceList {
/*		padding: 50px 0 0 0;*/
		padding: 0;
	}
	#voiceList .contentInner {
/*		width: 92%;*/
	}
	#voiceList .voiceTab .tabList .tabItem .tabrigger {
		font-size: 0.8rem;
	}
	#voiceList .wrap {
	}
	#voiceList .list {
		display: block;
		padding: 0 0 40px 0;
	}
	#voiceList .list .item {
		margin-bottom: 30px;
	}
	#voiceList .list .item .profile {
		line-height: 1.4;
		margin: 0 0 10px 0;
		padding: 10px 10px;
	}
	#voiceList .list .item .headline {
		line-height: 1.5;
		letter-spacing: 0;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
	}
	#voiceList .list .item .text {
		line-height: 2;
	}
	#voiceList .list .item .categoryList .categoryItem .tabrigger {
		font-size: 0.8rem;
	}
}
