@charset "utf-8";
/* CSS Document */


/* --- clearfix --- */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
.flexslider.last{
    margin-bottom: 0;
}
.content_area {
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.content_free {
	background-color: #F7F7F7;
	width:100%;
	height: auto;
	position: relative;
	display: block;
    padding-top:66px;
    margin:0 auto;
}
.sonority_case_ttl{
    display: block;
    width: 960px;
    margin:30px auto 0;
    text-align: center;
}
.acce1 {
	display: block;
	width: 960px;
    margin:0 auto;

}
.acce1 h2{
    width: 960px;
    margin:0 auto 54px;
    display: block;
    text-align: center;
}
.acce1 ul{
    width: 980px;
    margin-right: -20px;
}
.acce1 ul li{
    display: block;
    width: 306px;
    margin-right: 20px;
    float: left;
    color: #727171;
    background:#fff;
    margin-bottom: 45px;
}
.mt5{
    margin-top:5px;
}
.acce1 ul li span{
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding:20px 20px 0 20px;
}
.acce1 ul li p{
    font-size: 13px;
    padding:0 20px;
}
.acce1 ul li .price{
    padding: 20px;
}
.acce1 .table{
    margin-top: 5px;
    margin-bottom: 85px;
}
.h2lineup.oltxt {
	background: url(../img/lineup/001.gif) no-repeat;
	display: block;
	height: 123px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
    text-indent: -9999px;
	margin-bottom: 0px;
}
#totopmove .content_wrapper .content_free_w {
	background-color: #FFF;
	max-width: 100%;
	width: 1100px;
	height: auto;
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.content_free_w .howto {
	display: block;
	height: 111px;
	width: 960px;
	margin:30px auto 60px;

}
.content_free_w .howto a:hover{
	display: block;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;

}
.icon_left{
    position: absolute;
    left: 60px;
    top: 50%;
    margin-top: -55px;
}
.icon_left.spec {
    position: absolute;
    left: 60px;
    top: 54%;
    margin-top: 0; 
}
.icon_right{
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -55px;
}
.spec_table {
    height: 467px;
    overflow: scroll;
    overflow-x: hidden;
    width: 960px;
    margin: 0px auto;
}
.spec_table h3{
    display: block;
    width: 908px;
    border-radius: 5px;
    border:1px solid #000;
    color:#000;
    padding:8px;
    font-size: 16px;
    font-weight: bold;
    color:#6F6D6D;
    margin-bottom: 10px;
    margin-top: 50px;
}
.spec_table table{
    font-size: 13px;
    color:#646464;
    width: 100%;
    text-align:left;
}
.spec_table table th{
    width:200px;
   
}
.spec_table table td,
.spec_table table th{
padding:6px 0;
}
.merrit_txt01{
    width: 460px;
    margin:0 auto;
    color:#646464;
    font-size: 13px;
}
.merrit_txt02{
    width: 960px;
    margin:30px auto;
    color:#646464;
    font-size: 14px;
}
.gray_bg{
    background:#f7f7f7;
    width: 100%;
}
.gray_bg .text_ttl{
    padding:60px 0 73px;
    text-align: center;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/* 以下2019.2　jip作業分 */



.sp,
.md{
	display:none;
}
.pc{
	display:block;
}


@media screen and (max-width: 1140px) {

}
@media screen and (max-width: 1030px) {
	.pc{
		display:none;
	}
	.md{
		display:block;
	}
	div{
	    	box-sizing: border-box;
	}
	img{
		max-width:100%;
		height:auto;
		vertical-align:top;
	}


}

@media screen and (max-width: 681px) {
	.pc,
	.md{
		display:none;
	}
	.sp{
		display:block;
	}
	img.sp{
		display:inline-block;
	}
	
}


/*==================================================
20221005DA
==================================================*/
.sonorityCase {
width: 100%;
margin: 50px 0;
}
.sonorityCase .caseList {
max-width: 980px;
margin: 0 auto;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.sonorityCase .caseList li {
width: calc(100% / 3 - 20px);
list-style: none;
padding: 0 10px;
}
@media (max-width: 681px) {
	.sonorityCase {
	margin: 6% 0 2%;
	}
	.sonorityCase h2 {
	font-size: 7.5vw;
	line-height: 1.4em;
	padding: 1em 0 0;
	}
	.sonorityCase .txt {
	font-size: 13px;
	line-height: 1.7em;
	text-align: left;
	padding: 0 1em 1em;
	}
	.sonorityCase .caseList {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	.sonorityCase .caseList li {
	width: calc(50% - 20px);
	list-style: none;
	margin-bottom: 4%;
	}
}