@charset "UTF-8";

/* voice-row-nav */
.voice-row-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 0 -10px -10px;
}
.voice-row-nav li {
	width: 54px;
	height: 54px;
	padding: 0 0 10px 10px;
}
.voice-row-nav .span,
.voice-row-nav img {
	display: block;
	width: 44px;
	height: 44px;
}
.voice-row-nav img {
	transition: .2s;
	cursor: pointer;
}
.voice-row-nav .span {
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 44px;
}
.voice-row-nav li:nth-child(1) .span {
	background-image: url("../img/voice_list/ico_row_1_on.svg");
}
.voice-row-nav li:nth-child(2) .span {
	background-image: url("../img/voice_list/ico_row_2_on.svg");
}
.voice-row-nav li:nth-child(3) .span {
	background-image: url("../img/voice_list/ico_row_4_on.svg");
}
.voice-row-nav .active img,
.voice-row-nav .span:hover img {
	opacity: 0;
}
@media screen and (max-width: 640px) {
	.voice-row-nav {
		display: none;
	}
}

/* voice-categori-list */
.voice-categori-list dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0 0;
	border-bottom: 1px solid #bfbfbf;
}
.voice-categori-list dt {
	background-color: #1f2c5c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 9em;
	height: 100%;
	padding: .5em 0;
	border: 1px solid #1f2c5c;
}
.voice-categori-list dd {
	width: calc(100% - 9em);
	text-align: left;
	padding-left: 10px;
}
.voice-categori-list li {
	display: inline-block;
	margin: 0 0 10px 10px;
}
.voice-categori-list a {
	display: block;
	background-color: #fff;
	color: #1f2c5c;
	padding: .5em 1em;
	border: 1px solid #1f2c5c;
	border-radius: 10px;
	transition: .2s;
}
.voice-categori-list a.current {
	background-color: #1f2c5c;
	color: #fff;
}
.voice-categori-list a:hover {
	background-color: #1f2c5c;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.voice-categori-list dt {
		width: 100%;
	}
	.voice-categori-list dd {
		width: 100%;
		text-align: left;
		padding-top: 10px;
		padding-left: 0;
	}
}

.voice-categori-list .vl_list{
  padding-bottom: 10px;
}
.voice-categori-list .vl_list_dd{
  padding-right: 20px;
}
.vl_list_dd input{
  display: inline-block;
  margin: 0 10px 10px 10px;
	background-color: #fff;
	color: #1f2c5c;
	padding: .5em 1em;
	border: 1px solid #1f2c5c;
	border-radius: 10px;
	transition: .2s;
  font-size: 1.6rem;
  max-width: 21.5em;
  width: 100%;
}
.vl_list_dd .plh{
  display: inline-block;
  color: #1f2c5c;
  font-size: 1.4rem;
  margin-left: 1em;
}