
@charset "utf-8";
body {
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
#image-header {
	position: relative;
	z-index: 1050;
}
.list-content{
	background-color: rgb(236, 243, 249);
}

.junni-zone{
	line-height: 2.2em;
}
.junni{
	font-weight:bold;
	background-color: #333;
	color:#fff;
	border: #dcdcdc;
	font-size:.7rem;
	white-space:nowrap;
	margin-left:1em;

}
.junni-no{
	font-weight:bold;
	font-size:.9rem;
}
.title{
}
.title > a{
	text-decoration:none;
	color:#000;
}
.service_name{
	font-size:1em;
	/* font-weight:bold; */
}
.title_option{
	font-size:.8em;
	color:red;
	text-decoration: none;
}
.badge_spec{
	font-weight:normal;
	font-size:.7rem;
}
.detail{
	color:blue;
	font-size:.9em;
}

.dl-button {
	font-weight:bold;
	background-image: linear-gradient(to right, #692cf6 0%,  #1558d6  100%);
	margin: 10px;
	padding: 15px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	box-shadow: 0 0 20px #eee;
	border-radius: 10px;
	display: block;
}
.dl-button:hover {
	background-position: right center;
	color: #fff;
	text-decoration: none;
}
.scs{
	padding:0em;
	white-space:nowrap;
	overflow:hidden;
	overflow-x: scroll;
}
.scs > img{
	padding:0em;
	margin:0em;
}
.scs-img{
	height:25vh;
}
.star{
	font-size: .7em;
}