@charset "utf-8";

/*------------------------------------------------------------------------
	Select
/*-----------------------------------------------------------------------*/

.select .smaller_index {
	line-height: 1.35;
}
.select .smaller_sub {
	font-size: 1.1rem;
	letter-spacing: -0.1rem;
	display: contents;
	line-height: 1.5;

}

@media screen and (max-width:839px) {
	.select .small_index a, .select .smaller_index a{
		font-size:4.85vw;
	}
	.select .smaller_sub {
		font-size: 4.85vw;
		letter-spacing: 0;
	}
}


/*------------------------------------------------------------------------
	Spec
/*-----------------------------------------------------------------------*/
#attention div:after, ul:after, dl:after {
    content: none;
}
.spec,
#spec,
#function,
#mobile,
#offline {
	font-size:1rem;
	width:860px;
	margin:0 auto ;
	padding-bottom:40px;
	color:#666666;
}
#offline {
	padding-bottom:60px;
}
#spec h3,
#function h3,
#mobile dt,
#offline .offline_title{
	font-weight:bold;
	background:#666666;
	color:#fff;
	padding:5px 10px;
	margin-bottom:20px;
}
#offline .offline_title{
	margin-bottom: 5px;
}
#mobile dd span{
	color:#f21b00;
}
#offline dt span{
	border: 1px solid #666;
	padding: 0.2rem 1rem;
	margin: 20px 0 0.5rem;
	display: inline-block;
}
#spec dt, 
#function dt {
	margin:10px 0 5px 0;
	font-weight: bold;
}
#function dd:not(.attention) {
	text-indent: 1rem;
}
#function .noindent {
	text-indent: 0!important;
	margin-left: 1rem;
}
#function .img::before {
	content:'';
	display: inline-block;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	margin: 0 8px 5px 0;
}
	#function .back5s::before {
		background: url(../img/audioplayer/btn_back5s.svg)no-repeat;
	}
	#function .skip5s::before {
		background: url(../img/audioplayer/btn_skip5s.svg)no-repeat;
	}
	#function .rewind::before {
		background: url(../img/audioplayer/btn_rewind.svg)no-repeat;
	}
	#function .noindent .rewind::before {
		margin: 5px;
	}
	#function .forward::before {
		background: url(../img/audioplayer/btn_forward.svg)no-repeat;
	}
	#function .unit_btn::before {
		width: 108px;
		height: 48px;
		background: url(../img/img_unit_btn.svg)no-repeat;
	}
	#function .speed_set::before {
		width: 350px;
		height: 30px;
		background: url(../img/img_speed_set.svg)no-repeat;
	}
	#function .repeat::before {
		background: url(../img/audioplayer/btn_repeat_off.svg)no-repeat;
	}
	#function .volume_set::before {
		background: url(../img/img_volume_set.svg)no-repeat;
		width: 108px;
		height: 30px;
	}
#function .pc_sp {
	font-weight: bold;
}
#spec .attention,
#offline .attention{
	font-size:12px;
	margin:10px 0 0 0;
}
#function .attention{
	font-size:12px;
	font-weight: 500;
}
#offline a{
	text-decoration:underline;
}
#attention #spec .attention,
#attention #offline .attention{
	text-align:left;
}

#attention_menu {
	width: 860px;
	margin:0 auto ;
	padding-bottom:30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#attention_menu li {
	width: 46%;
	font-size: 1rem;
	font-weight: bold;
	padding: 10px;
	border-bottom: 2px solid #888;
	margin-bottom: 10px;
}
#attention_menu li a {
	display: flex;
	justify-content: space-between;
	color: #333;
	align-items: center;
}
#attention_menu li a::after{
	content: "";
    background: url(../img/img_arrow_attention.svg) no-repeat;
    display: inline-block;
    width: 9px;
    height: 16px;
    margin-right: 10px;
	transform: rotate(90deg);
}


@media screen and (max-width:839px) {
	#attention .contents {
		padding: 0;
	}

	.spec,
	#spec,
	#function,
	#mobile,
	#offline {
		font-size:4vw;
		width:90%;
		margin:0 auto;
		color:#666666;
		padding-bottom: 11vw;
	}
	.spec h3,
	#spec h3,
	#function h3,
	#mobile dt,
	#offline .offline_title{
		padding:2vw;
		margin-bottom: 7vw;
	}
	#offline .offline_title {
		margin-bottom: 2vw;
	}
	#spec dt, 
	#function dt {
		margin:4vw 0 1.5vw 0;
	}
	#function dd:not(.attention) {
		text-indent: 0;
	}
	#function .noindent {
		margin-left: 0;
	}
	#function .img::before {
		width: 10vw;
		height: 10vw;
		margin: 0 2vw 1.25vw 0;
	}
		#function .unit_btn::before {
			width: 30vw;
			height: 14vw;
		}
		#function .speed_set::before {
			width: 67vw;
			height: 6vw;
		}
		#function .repeat::before {
			width: 8vw;
			height: 8vw;
		}
		#function .volume_set::before {
			width: 31vw;
			height: 8.5vw;
		}
	#offline {
		padding-bottom: 15vw;
	}
	#offline dt span{
		padding: 1.5vw 2vw;
		margin: 5vw 0 3vw;
	}
	#spec .attention,
	#function .attention,
	#offline .attention{
		font-size:3vw;
		margin:3vw 0 0 0;
	}

	#attention_menu {
		width: 90%;
		padding-bottom:11vw;
		display: block;
	}
	#attention_menu li {
		width: auto;
		font-size: 4vw;
		padding: 5vw 2.5vw 4vw;
		margin-bottom: 0;
		line-height: 1.3;
		border-bottom-width: 0.6vw;
	}
	#attention_menu li a::after{
		width: 2.5vw;
		height: 5vw;
		margin-right: 3vw;
	}
}

