@charset "UTF-8";

/*======================
privacy
=======================*/
.form-area .tg {
	margin-top: 20px;
	margin-bottom: 20px;
	border:1px solid #ccc;
}
.form-area .tg-label {
	position:relative;
	margin:0;
	font-size:14px;
	background-color:#DDD;
	color: #666;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.form-area .tg-toggle {
	position: absolute;
	top: 10px;
	right: 20px;
	display: block;
	width: 25px;
	height: 25px;
	background-image: url("/images/toggle_open.png");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: contain;
	font-size: 0px
}
.form-area .tg-toggle.active {
	background-image:url("/images/toggle_close.png");
}
.form-area .tg-text {
	display:none;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding: 2%;
	list-style:none;
	font-size:14px;
	line-height: 160%;
	text-align: left;
	overflow-y: scroll;
}
@media screen and (min-width:641px) { 
.form-area .tg-text {
	max-height:300px;
}
}
@media screen and (max-width:640px) { 
.form-area .tg-text {
	max-height:160px;
}
}
.form-area .tg-text a {
	color:#262626;
	text-decoration:underline
}

/*======================
絞り込み検索（SPのみの表示）
=======================*/
.change .tg {
	/*color: #FFF;
	font-size: 14px;*/
	margin-bottom: 10px;
}
.change .tg-label {
	position:relative;
	margin:0;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	background-color: #E7547F;
	
	width: 100%;
	height: 50px;
	line-height: 50px;
}
@media screen and (min-width:641px) { 
.change .tg-label {
	width: 300px;
}
}
@media screen and (max-width:640px) { 
.change .tg-label {
	width: 100%;
}
}
@media screen and (min-width:641px) { 
.change .tg-toggle {
/*	position: absolute;
	top: 10px;
	right: 20px;
	display: block;
	width: 25px;
	height: 25px;
	background-image: url("/images/list/icon_arrow_wh.png");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: contain;
	font-size: 0px*/
}
}
@media screen and (max-width:640px) { 
.change .tg-toggle {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	background-image: url("/images/list/icon_arrow_wh.png");
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size:  auto 15px;
	
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	color: #FFF;
}
}
.change .tg-toggle.active {
	background-image:url("/images/list/icon_arrow_wh_top.png");
}
@media screen and (min-width:641px) { 
.change .tg-text {
	/*
	display:none;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	list-style:none;
	font-size:14px;
	line-height: 160%;
	text-align: left;
	*/
}
}
@media screen and (max-width:640px) { 
.change .tg-text {
	display:none;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	/*
	list-style:none;
	font-size:14px;
	line-height: 160%;
	text-align: left;
	*/
}
}



