/*================================================
共通設定
================================================*/
#mainContent{
	overflow: hidden;
}
.page article p{
	font-size: 15px;
}
.page article .f12{
	font-size: 12px;
}
.page article .mb10{
	margin-bottom: 10px;
}
.page article .mb20{
	margin-bottom: 20px;
}
.page article .mb30{
	margin-bottom: 30px;
}
.page article .mb60{
	margin-bottom: 60px;
}
.page article .pl20{
	padding-left: 20px;
}
.pc_pt40{
	padding-top: 40px;
}
.inner{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
.flexBox{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;  
}
.pc-space-between{
	justify-content: space-between;
}
.pc-align-center{
	align-items: center;
}
.flexBox.list-8,
.flexBox.list-4 {
	border-top: 1px solid #0e2541;
	border-left: 1px solid #0e2541;
}
.flexBox.list-8 .menuBox,
.flexBox.list-4 .menuBox,
.flexBox.list-3 .menuBox {
	width: 12.5%;
	box-sizing: border-box;
	border-right: 1px solid #0e2541;
	border-bottom: 1px solid #0e2541;
}
.flexBox.list-4 .menuBox{
	width: 25%;
}
.flexBox.list-3 .menuBox{
	width: 33%;
	margin: 0;
	border: 1px solid #0e2541;
}
.menuBox {
	color: #fff;
	background: #0e2541;
}
.menuBox a {
	height: 100%;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #0e2541;
	background: #fff;
	box-sizing: border-box;
	padding: 10px 5px;
	font-size: 14px;
	line-height: 1.3em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.menuBox a:hover {
	background: #0e2541;
	color: #fff;
}
.flexBox .menuBox p{
	margin-bottom: 0;
}
div.topmenu {
	margin-bottom: 80px;
}

a.linkBtn{
	width: 257px;
	margin: 0;
	padding: 10px 15px;
	display: inline-block;
	/* background: #FFF; */
	background: #085bd9;
	color: #fff;
	/* border-radius: 48px; */
	font-size: 16px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
	border-radius: 5px;;
}
a.linkBtn:hover{
	/* background: #192F54;
	color: #fff; */
	background: #fff;
	color: #085bd9;
}
body.page a.linkBtn.btn-square{
	/* border-radius: 0; */
}
.halfBox{
	width: 50%;
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}

.service-plan-table{
	width: 100%;
}
.service-plan-table table{
	font-size: 18px;
	border-collapse: collapse;
	border-bottom: 1px solid #5096D2;
}
.service-plan-table .simple-title{
	color: #192F54;
	text-align: left;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 4px solid #5096D2;
}
.service-plan-table caption{
	margin-bottom: 10px;
}

.service-plan-table thead tr{
	padding: 13px 0;
	background: #5096D2;
	color: #FFF;
	font-size: 24px;
	text-align: center;
}
.service-plan-table thead th{
	padding: 8px 0;
	font-weight: 700;
	border-left: 2px solid #FFF;
}
.service-plan-table thead tr:first-of-type th:first-of-type{
	border-left: none;
}
.service-plan-table thead th[colspan="2"]{
	border-bottom: 2px solid #FFF;
}
.service-plan-table thead tr:last-of-type th{
	font-size: 20px;
}

.service-plan-table tbody tr:nth-of-type(odd) {
	background: #FFF;
}
.service-plan-table tbody tr:nth-of-type(even) {
	background: #F2F9FF;
}
.service-plan-table tbody th,
.service-plan-table tbody td{
	padding: 6px 0 6px 8px;
	/* font-size: 16px; */
	color: #192F54;
}
.service-plan-table tbody th{
	padding-left: 1.5em;
	color: #192F54;
	text-align: left;
}
.service-plan-table .service-plan-cell div{
	position: relative;
}
.service-plan-table .service-plan-cell.grade-title{
	font-size: 20px;
}
.service-plan-table .service-plan-cell.grade-performance,
.service-plan-table .service-plan-cell.grade-usage,
.service-plan-table .service-plan-cell.grade-price{
	border-left: 1px solid #707070;
}
.service-plan-table .service-plan-cell.grade-performance{
	font-size: 26px;
}
.service-plan-table .service-plan-cell.grade-performance[colspan="2"]{
	text-align: center;
}
.service-plan-table .service-plan-cell div span:not([class]){
	font-size: 1.6em;
	font-weight: 700;
}


.table_simple{
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	width: 100%;
}
.table_simple.blue{
	border-color: #5096D2;
}
.table_simple.blue th{
	background-color: #F2F9FF;
}
.table_simple th, .table_simple td{
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
}
.table_simple th{
	width: 189px;
	height: 50px;
	padding-left: 40px;
}
.table_simple td{
	padding-left: 40px;
}
.table_simple.blue th, .table_simple.blue td{
	border-color: #5096D2;
}
.service-voice-name{
	padding-left: 5px;
	font-weight: 700;
	border-left: 5px solid #5096D2;
}
.scroll-notice{
	font-size: 14px;
	color: #C00;
}
.additional-txt{
	font-size: 14px;
	line-height: 1.4;
	text-align: right;
}
.additional-txt .additional-link{
	background-color: #192f54;
	color: #FFF;
	text-decoration: none;
	border-radius: 14px;
	padding: 4px 8px;
	transition: all 0.25s ease 0s;
}
.additional-txt .additional-link:hover{
	background-color: #5e6e88;
}
.caption-txt{
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	text-align: center;
}
.marker{
	position: relative;
	font-weight: 700;
	background-image: linear-gradient(to top, #f99 4px, rgba(255, 255, 255, 0) 4px);
}


@media screen and (max-width: 680px){
	.menuBox a{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.pc_pt40{
		padding-top: 0;
	}
	.sp-mb1em{
		margin-bottom: 1em;
	}
	.flexBox.list-4 .menuBox{
		width: 50%;
	}
	.flexBox.list-3 .menuBox{
		width: 100%;
	}
	.flexBox.list-3 .menuBox:not(:last-of-type){
		border-bottom: none;
	}
	a.linkBtn{
		margin-top: 2em;
		display: block;
	}
	body.page a.linkBtn{
		width: 100%;
		max-width: 500px;
		margin-top: 1.5em;
		display: block;
	}
	.pc-align-center{
		align-items: flex-start;
	}
	.halfBox{
		width: 100%;
		margin: 0 0 1.5em;
	}
	.halfBox:last-of-type{
		width: 100%;
		margin: 0 0 3em;
	}

	.service-plan-table table{
		table-layout: fixed;
	}
	.service-plan-table thead{
		display: none;
	}
	.service-plan-table tbody th,
	.service-plan-table tbody td{
		display: block;
		width: 100%;
	}
	.service-plan-table tbody th{
		padding: 12px 0;
		color: #FFF;
		background-color: #5096D2;
		text-align: center;
	}
	.service-plan-table tbody td{
		padding: 10px 0;
	}
	.service-plan-table tbody tr td:nth-of-type(odd) {
		background: #FFF;
	}
	.service-plan-table tbody tr td:nth-of-type(even) {
		background: #F2F9FF;
	}
	.service-plan-table tbody tr:not(:last-of-type) td:last-of-type{
		margin-bottom: 1em;
		border-bottom: 1px solid #1E73B8;
	}
	.service-plan-table tbody,
	.service-plan-table tbody tr{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.service-plan-table tbody tr:nth-of-type(odd),
	.service-plan-table tbody tr:nth-of-type(even) {
		background: transparent;
	}

	.service-plan-table .service-plan-cell div{
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	.service-plan-table .service-plan-cell div::before{
		display: inline-block;
		width: 25%;
		min-width: 6em;
		margin-right: 6px;
		color: #192F54;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		white-space: pre;
	}
	.service-plan-table .service-plan-cell.grade-title div{
		display: block;
		font-size: 22px;
	}
	.service-plan-table .service-plan-cell.grade-performance div{
		text-align: left;
	}
	.service-plan-table .service-plan-cell.grade-performance div::before{
		content: "遮音性能";
	} 
	.service-plan-table .service-plan-cell.grade-performance div.in-room{
		align-items: flex-end;
	}
	.service-plan-table .service-plan-cell.grade-performance div.in-room::before{
		content: "遮音性能\A室内";
	} 

	.service-plan-table .service-plan-cell.grade-performance div.demising-wall::before{
		content: "界壁";
	} 
	.service-plan-table .service-plan-cell.grade-usage div{
		align-items: flex-start;
	}
	.service-plan-table .service-plan-cell.grade-usage div::before{
		content: "想定用途";
	}
	.service-plan-table .service-plan-cell.grade-price div::before{
		content: "価格目安\A（６畳）";
	}
	.service-plan-table .service-plan-cell.grade-performance,
	.service-plan-table .service-plan-cell.grade-usage,
	.service-plan-table .service-plan-cell.grade-price{
		border-left: none;
	}
	.service-plan-table .service-plan-cell.grade-performance{
		font-size: 22px;
	}

	.table_simple{
		line-height: 1.5;
	}
	.table_simple th, .table_simple td{
		border:none;
	}
	.table_simple th{
		display: block;
		width: 100%;
		height: auto;
		padding: 0.5em;
		padding-left: 1em;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	.table_simple tr:last-of-type th{
		border-top-style: solid;
		border-top-width: 1px;
	}
	.table_simple td{
		display: block;
		width: 100%;
		padding: 0.5em;
		padding-left: 1em;
	}
	.additional-txt{
		display: flex;
		flex-wrap: wrap;
		text-align: left;
	}
	.additional-txt .additional-link{
		margin-top: 6px;
		margin-left: auto;
	}
	.page article p{
		font-size: 14px;
	}	
}

/*================================================
ピアノ防音室
================================================*/
/* ピアノ防音室ページ */
#s_piano p {
	margin-bottom: 0;
}
#s_piano h2.page_subTtl {
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 .5em;
}
#s_piano h4 {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 .5em;
	padding: 0
}
#s_piano h3{
	font-weight: bold;
	margin: 0 0 .5em;
}
#s_piano .sub-title{
	color: #192F54;
	padding: 5px 0px 5px 10px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	border-left: 8px solid #192f54;
}
/* #s_piano .midashi13, */
#s_piano .worklist h3 {
	font-weight: normal;
}
#s_piano .topmenu .list-3 {
	border-bottom: 1px solid #0e2541;
	border-left: 1px solid #0e2541;
}
#s_piano .flexBox.list-3 .menuBox {
	min-height: 4em;
	box-sizing: border-box;
	border: 1px solid #0e2541;
	border-bottom: none;
	border-left: none;
}

#s_piano .menuBox {
	width: calc(100% / 3);
	color: #fff;
	background: #0e2541;
}
#s_piano .menuBox a {
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #0e2541;
	background: #fff;
	box-sizing: border-box;
	padding: 10px 4px;
	font-size: 14px;
	line-height: 1.5;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#s_piano .menuBox a:hover {
	background: #0e2541;
	color: #fff;
}
#s_piano div.topmenu {
	margin-bottom: 80px;
}
#s_piano a.linkBtn.contact{
	min-width: 300px;
}

#s_piano .flexBox{
	justify-content: space-between;
}
#s_piano .halfBox.half-img{
	width: 437px;
}
#s_piano .ctsBlock{
	margin-bottom: 40px;
}
#s_piano a.linkBtn{
	max-width: 500px;
	display: inline-block;
	width: auto;
	text-align: center;
	/* background: #fff;
	color: #192F54; */
	color: #fff;
	background: #085bd9;
	text-decoration: none;
	/* border: 1px solid #192F54; */
	border: 1px solid #085bd9;	
	padding: 10px 15px;
	box-sizing: border-box;
	margin: 40px auto 0;
	font-size: 16px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 5px;
}
#s_piano a.linkBtn:hover{
	/*background: #192F54;
	color: #fff; */
	color: #085bd9;
	background: #fff;
}
#s_piano .title-sound-insulation{
	align-items: center;
}
#s_piano .title-sound-insulation .text-small{
	font-size: 0.8em;
	position: relative;
	bottom: auto;
}
#s_piano .list_type01 li{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#s_piano .grade-copy{
	margin-bottom: 27px;
	font-size: 18px;
}
#s_piano .additional-txt .nc-title{
	display: inline;
}
#s_piano .gifBox{
	position: relative;
}
#s_piano .gifBox:after{
	content: url(/images/piano3.gif);
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
	transform: translate(-63%,37%);
	z-index: -1;
}
#s_piano .gifBox h4{
	padding-right: 4em;
}

#s_piano .descriptionList_Box{
	margin-bottom: 1.5em;
	padding: 0 1em;
	font-size: 15px;
	position: relative;
}

#s_piano .descriptionList {
	width: 100%;
	margin: 6px 0;
	position: relative;
}
#s_piano .descriptionList::before{
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: -1em;
	border-left: 1px solid #000;
}
#s_piano .descriptionList.border-short::before{
	height: 30%;
}
#s_piano .descriptionList_Box .descriptionList:last-of-type{
	margin-left: auto;
	margin-right: 0.75em;
}
#s_piano .descriptionList dt{
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1;
	position: relative;
}
#s_piano .descriptionList .borderColor-gray{
	background-image: linear-gradient(to top,#d2d2d2 4px, rgba(255,255, 255, 0) 4px);
}
#s_piano .descriptionList dd{
	margin-left: 0;
}
#s_piano .soundproof-room-type .descriptionList_Box:first-of-type .descriptionList::before{
	display: none;
}
#s_piano .soundproof-room-type .soundproof-room-merit{
	height: 155px;
}
#s_piano .soundproof-room-type .soundproof-room-demerit{
	height: 105px;
}

#s_piano .soundproof-room-type .soundproof-room-merit p:not([class]),
#s_piano .soundproof-room-type .soundproof-room-demerit p:not([class]){
	margin-left: 1em;
}
#s_piano .soundproof-room-type .soundproof-room-merit p:not([class])::before,
#s_piano .soundproof-room-type .soundproof-room-demerit p:not([class])::before{
	content: "・";
	margin-left: -1em;
}
#s_piano .soundproof-room-type h4{
	font-size: 18px;
	font-weight: 700;
	background-image: linear-gradient(to top,#d2d2d2 4px, rgba(255,255, 255, 0) 4px);
}
#s_piano .list-merit,
#s_piano .list-demerit{
	width: 6em;
	margin-bottom: 5px;
	font-weight: 700;
	color: #192f54;
	text-align: center;
	border: solid 1px #192f54;
}

#s_piano .caption-txt{
	font-size: 14px;
}
#s_piano .copyTtl{
	font-size: 19px;
	border-bottom: 1px solid #192F54;
}

.worklist.service li{
	margin-bottom: 20px;
}

@media screen and (max-width: 680px){
	#s_piano .flexBox.list-8 .menuBox {
		width: 50%;
		min-height: 4.8em;
	}
	#s_piano .midashi12{
		padding-left: 0;
	}
	#s_piano h2.page_subTtl {
		font-size: 22px;
		line-height: 1.4;
	}
	#s_piano h3{
		margin: 0 0 .5em;
	}
	#s_piano h4 {
		font-size: 1.1em;
	}
	#s_piano .title-sound-insulation .text-small{
		padding-top: 5px;
	}
	#s_piano .additional-txt .nc-title{
		display: block;
	}
	#s_piano .halfBox.pr1em {
		padding-right: 0!important;
	}
	#s_piano .halfBox.half-img{
		width: 100%;
	}
	#s_piano .flexBox.list-3 > div{
		width: 100%;
		/* margin: 0 0 3em auto; */
		padding: 0;
	}
	#s_piano .gifBox h4{
		padding-right: 10%;
	}
	#s_piano .soundproof-room-type .descriptionList_Box{
		position: relative;
	}
	#s_piano .soundproof-room-type .descriptionList_Box::before{
		content: "";
		display: inline-block;
		width: 100%;
		height: 0;
		position: absolute;
		left: 0;
		top: -1em;
		border-top: 1px solid #000;
	}
	#s_piano .soundproof-room-type .descriptionList_Box:last-of-type::after{
		content: "";
		display: inline-block;
		width: 100%;
		height: 0;
		position: absolute;
		left: 0;
		bottom: -0.5em;
		border-bottom: 1px solid #000;
	}
	#s_piano .soundproof-room-type .descriptionList_Box:last-of-type .descriptionList::before{
		border-left: none;
	}
	#s_piano .soundproof-room-type .soundproof-room-merit,
	#s_piano .soundproof-room-type .soundproof-room-demerit{
		height: auto;
	}
	.worklist.service li{
		flex-basis: auto;
		width: 100%;
		margin-right: 0;
		margin-bottom: 2em;
	}
	.worklist.service li:last-of-type{
		margin-bottom: 0;
	}
	.worklist.service li img{
		width: 100%;
		height: auto;
	}
}
/*================================================
ドラム防音室
================================================*/
body.page p{
	margin-bottom: 0;
}
#drum_page img{
	width: 100%;
	max-width: initial;
}
#drum_page .sec03 .flexBox{
	justify-content: space-between;
}
.sound-condition-area .answer {
	background: #e3eef4;
	border-radius: 30px;
	line-height: 2em;
	color: #000;
	text-align: center;
	font-size:21px;
	font-weight: 600!important;	
	margin-bottom: 5px!important;
}
.sound-condition-area { font-size: 15px; font-weight: 500!important; }
.sound-condition-area a { text-decoration: none; font-size: 15px; }

.sec03 .sound-condition-area{
	font-size: 18px;
	font-weight: 700;
}
.sec03 .sound-condition-text{
	display: flex;
	height: 119px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start
}
.sec03 .sound-condition-text > p{
	width: 100%;
	font-size: 16px;
}
.sound-condition-text + .answer_btn{
	display: inline-block;
	padding: 12px 0;
	width: 100%;
	margin-top: auto;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}
.sound-condition-text + .answer_btn .answer{
	display: inline-block;
	width: 92px;
	margin-right: 23px;
	padding: 7px 0;
	font-size: 18px;
	color: #F00;
	text-align: center;
	background-color: #fff;
	border-radius: 6px;
}
.bgColor-palegreen{
	background-color: rgba(123, 226, 202, 0.15);
}
.bgColor-palered{
	background-color: rgba(254, 177, 195, 0.15);
}
.bgColor-paleblue{
	background-color: #F2F9FF;
}
.bgColor-lightgreen{
	background-color: #7BE2CA;
}
.bgColor-lightgreen a:hover,
a.bgColor-lightgreen:hover{
	color: #FFF;
	background-color: #54c0a7;
}
.bgColor-lightred{
	background-color: #FEB1C3;
}
.bgColor-lightred a:hover,
a.bgColor-lightred:hover{
	color: #FFF;
	background-color: #f092a8;
}
.bgColor-lightblue{
	background-color: #B3E6FF;
}
a.bgColor-lightblue:hover{
	color: #FFF;
	background-color: #64beeb;
}
.midashi-leftline{
	padding: 10px 0 10px 12px;
	font-size: 30px;
	font-weight: 700;
	border-left-width: 15px;
	border-left-style: solid;
}
.midashi-leftline.color-lightgreen{
	border-left-color: #7BE2CA;
}
.midashi-leftline.color-lightred{
	border-left-color: #FEB1C3;
}
.midashi-leftline.color-lightblue{
	border-left-color: #B3E6FF;
}
#drum_page .linkBtn.pc_w_50per{
	width: 50%;
	max-width: 500px;
}

@media screen and (max-width: 680px){
	#drum_page .linkBtn.pc_w_50per{
		width: 100%;
	}
	.sec03 .sound-condition-text{
		padding-left: 10px;
		padding-right: 10px;
	}
	.sec03 .sound-condition-area:first-of-type{
		margin-bottom: 1em;
	}
	.sec03 .sound-condition-text > p{
		text-indent: -1em;
		padding-left: 1em;
		box-sizing: border-box;
	}
	.sound-condition-text + .answer_btn{
		padding: 6px 0px 12px 6px;
		letter-spacing: -0.04em;
	}
	.sound-condition-text + .answer_btn .answer{
		display: block;
		margin: 0 auto 6px;
	}
	.sound-condition-area .answer {
		line-height: 1.5em;
		color: #000;
		text-align: center;
		font-size:18px;
	}
	.midashi-leftline{
		font-size: 23px;
		border-left-width: 15px;
		border-left-style: solid;
		line-height: 1.5em;
	}	
}
/*================================================
ホームシアター・オーディオルーム
================================================*/
div[id^="hometheater"] .sound-condition-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 80px;
}
.bgColor-paleturquoise{
	color: #192F54;
	background-color: #E3F2FF;
}
.midashi-simple{
	padding: 14px 14px 13px 30px;
	font-size: 18px;
	letter-spacing: -0.02em;
}
#hometheater_page .pc_w_55per img{
	width: 100%;
	max-width: inherit;
}

@media screen and (min-width: 681px){
	#hometheater_page{
		padding-bottom: 50px;
	}
	#hometheater_page .sound-condition-area:first-of-type{
		height: 110px;
	}
	#hometheater_page .sound-condition-area:first-of-type .sound-condition-text{
		height: 100%;
	}
	#hometheater_page .sound-condition-area:first-of-type .sound-condition-text + .answer_btn{
		height: 100%;
		padding-top: 34px;
	}
	#hometheater_page .sound-condition-text{
		padding-left: 1em;
	}
	#hometheater_page .sound-condition-text p{
		font-size: 16px;
	}
	#hometheater_page .sound-condition-text + .answer_btn{
		width: 50%;
		height: 80px;
		padding-top: 20px;
		padding-left: 36px;
		text-align: left;
	}
	#hometheater_page a.linkBtn{
		width: 55%;
		max-width: 100%;
	}
	th.pc_w_30per{
		width: 30%;
	}
}
@media screen and (max-width: 680px){
	#hometheater_page .sound-condition-text{
		height: auto;
		padding: 20px 14px;
	}
	#hometheater_page .tab-label.single{
		width: 80%;
		max-width: 300px;
	}
	.midashi-simple{
		text-indent: -1em;
	}
}

/*================================================
自宅サロン
================================================*/

.salon_flow_list_title{
	padding: 12px 0 12px 22px;
	font-size: 20px;
	color: #192F54;
	font-weight: 700;
	background-color: #E3F2FF;
}
ul.image_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
ul.image_list.item-three li{
	width: 32%;
	max-height: 240px;
	overflow: hidden;
}
ul.image_list.item-four li{
	width: 23%;
}
ul.image_list.item-three li img{
	width: 100%;
}
ul.image_list.item-four li img{
	vertical-align: middle;
}
.highlight-yellow{
	background: rgba(255, 251, 142, 0.6);
}
.simple_point_area,
.simple_contact_area{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
}
.simple_point_area.green,
.simple_contact_area.green{
	border-color: #20AB84;
}
.simple_contact_area{
	padding: 30px 10px;
}

.simple_point_area .simple_point_title{
	padding-right: 36px;
	padding-left: 13px;
	position: absolute;
	top: -0.75em;
	left: 30px;
	font-size: 24px;
	background: #FFF;
}
.green .simple_point_title{
	color: #20AB84;
}
.simple_point_area .simple_point_title::before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 47px;
	margin-right: 11px;
	position: relative;
	top: -4px;
	vertical-align: middle;
	background: url(/newhp/images/icon_point.png) no-repeat center / contain;
}

.salon_inner_list{
	counter-reset: inner-count;
	width: 96%;
	margin-left: 4%;
}
.salon_inner_list_contents{
	padding-left: 20px;
	padding-right: 20px;
}
.salon_inner_list .salon_inner_list_title{
	position: relative;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #5096D2;
	box-sizing: border-box;
}
.salon_inner_list .salon_inner_list_title::before{
	content: counter(inner-count);
	counter-increment: inner-count;
	display: inline-block;
	margin-right: 1.1em;
	padding: 6px 12px 5px 13px;
	color: #FFF;
	background: #5096D2;
}
.salon_q_and_a{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.salon_q_and_a::before{
	content: "";
	display: inline-block;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.salon_q_and_a.question::before{
	background-image: url(/newhp/images/salon_icon_question.png);
	background-position: center left;
}
.salon_q_and_a.answer::before{
	background-image: url(/newhp/images/salon_icon_answer.png);
}

a.soundproof-contactBtn{
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	position: relative;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	background: #20AB84;
}
.simple_row_table{
	width: 100%;
	font-size: 18px;
	border-collapse: collapse;
	border: none;
}
.simple_row_table tr:nth-of-type(odd){
	background-color: #F2F9FF;
}
.simple_row_table tr:nth-of-type(even){
	background-color: #E5F3FF;
}
.simple_row_table th, .simple_row_table td{
	padding: 14px 0 13px;
}
.simple_row_table th{
	width: 46%;
}
.table-data{
	padding: 0 0 20px;
	position: relative;
	font-size: 24px;
	color: #192F54;
	font-weight: 700;
}
.table-data::before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 32px, #192F54 32px, #192F54 33px, rgba(255, 255, 255, 0) 33px);
}
.table-data span{
	display: inline-block;
	padding: 0 1em;
	position: relative;
	background: #FFF;
}
.table-data span::before{
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	position: relative;
	top: 10px;
	left: -0.25em;
	z-index: 1;
	background: url(/newhp/images/icon_data.png) no-repeat center / contain;
}

@media screen and (min-width: 681px){
	.salon_copy_text{
		padding-top: 40px;
	}
	.salon_flow_list > li{
		margin-bottom: 40px;
	}
	ul.image_list.item-three li:nth-of-type(n+4){
		margin-top: 20px;
	}
	ul.image_list.item-three .pc_w_30per{
		width: 300px;
	}
	.simple_point_area{
		width: 895px;
		padding: 40px 42px 25px 40px;
	}
	.salon_inner_list .simple_point_area{
		margin-left: -7px;
	}
	.simple_row_table th{
		padding-left: 78px;
	}
	a.linkBtn.pc_w_40per{
		width: 40%;
		max-width: 100%;
	}
	#sec2 .salon_flow_list + .simple_point_area{
		padding-right: 27px;
		padding-left: 35px;
	}
	#sec2 .salon_flow_list + .simple_point_area .pc_w_50per{
		width: 48.2%;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 680px){
	ul.image_list.item-three{
		display: block;
	}
	ul.image_list.item-three li{
		width: 100%;
		max-height: 100%;
		max-height: inherit;
		margin-bottom: 10px;
	}
	#sec2 .salon_flow_list li:nth-of-type(3) p.mb2em{
		margin-bottom: 0!important;
	}
	.salon_inner_list_contents{
		padding: 0 0 0 2%;
	}
	.easy-modal-item-wrap.image_list.item-three{
		display: flex;
	}
	.easy-modal-item-wrap.image_list.item-three li{
		width: 30%;
		border: 1px solid #707070;
	}
	.simple_point_area .simple_point_title{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-top: -2.3em;
		margin-bottom: 0.5em;
		padding-right: 13px;
		position: relative;
		top: 0;
		left: 0;
	}
	.simple_point_area{
		width: 96%;
		padding: 30px 14px 12px;
	}
	.simple_row_table th{
		width: 35%;
		min-width: 6em;
		padding-left: 1.5em;
	}
}
/*================================================
DAWルーム
================================================*/
#dtm_page .title-line-clip{
	margin-bottom: 35px;
	font-size: 24px;
}
#dtm_page .bg_white{
	display: inline-block;
	padding: 0 1em;
}
body.page .image_list p.f14{
	font-size: 14px;
	letter-spacing: -0.02em;
}
#dtm_page .sound-condition-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
#dtm_page .sound-condition-text p{
	font-size: 18px;
}
#dtm_page .sound-condition-text + .answer_btn {
	width: 50%;
	height: 110px;
	padding-top: 33px;
	padding-left: 36px;
	text-align: left;
}
#dtm_page .descriptionList_Box{
	margin-bottom: 1.5em;
	padding: 0 1em;
	font-size: 15px;
	position: relative;
}
#dtm_page .descriptionList_Box .descriptionList:last-of-type{
	margin-left: auto;
	margin-right: 0.75em;
}
#dtm_page .descriptionList{
	width: 100%;
	margin: 6px 0;
	position: relative;
}
#dtm_page .descriptionList::before{
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: -1em;
	border-left: 1px solid #000;
}
#dtm_page .descriptionList.border-short::before {
	height: 30%;
}
#dtm_page .descriptionList dt{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	position: relative;
}
#dtm_page .descriptionList .borderColor-gray{
	background-image: linear-gradient(to top,#d2d2d2 4px, rgba(255,255, 255, 0) 4px);
}
#dtm_page .descriptionList dd{
	margin-left: 0;
}
#dtm_page .ctsBlock a.linkBtn{
	width: 390px;
	max-width: 100%;
	max-width: initial;
}

@media screen and (max-width: 680px){
	#dtm_page .title-line-clip{
		margin-bottom: 20px;
		font-size: 20px;
	}
	ul.image_list.item-four li{
		width: 49%;
		margin-bottom: 1em;
	}
	#dtm_page .sound-condition-text,
	#dance_page .sound-condition-text{
		height: auto;
		padding: 20px 0px;
		min-height: initial;
	}

	#dtm_page .sound-condition-text + .answer_btn,
	#dance_page .sound-condition-text + .answer_btn{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 6px;
		padding: 6px 0px 12px 6px;
		text-align: center;
	}
	#dtm_page .descriptionList dt{
		line-height: 1.5;
	}
	#dtm_page  .descriptionList dd.pt20{
		padding-top: 0;
	}
	#dtm_page .ctsBlock a.linkBtn{
		width: 100%;
	}
}

/*================================================
建築から防音室まで
================================================*/
/* フェードするスライダー */
.fade-wrap{
	width: 100%;
	max-width: 1000px;
	/* height: 574px; */
	padding-top: 57.4%;
	margin-bottom: 64px;
	position: relative;
}
.top_slideWrap{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.top_slideWrap .top_slideItem{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.top_slideWrap .top_slideArea{
	height: 100%;
} 
.fade-activate{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.fade-current{
	opacity: 1;
	z-index: 500;
	transition: all 1000ms ease 0s;
}
.fade-move{
	opacity: 0;
}
.fade-hidden{
	display: none;
}
.fade-next{
	display: block;
}
/* スライダーここまで */
.building-menu-area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.building-menu-area li{
	width: 32%;
	min-width: 280px;
	height: 100px;
}
.building-menu-area li:nth-last-of-type(n+3){
	margin-bottom: 26px;
}
.building-menu-area li:nth-last-of-type(2){
	margin-right: 2%;
}
.building-menu-area li:last-of-type{
	margin-right: auto;
}
.building-menu-area a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background-color: #192F54;
}
.building-menu-area a::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0);
	transition: all 300ms ease 0s;
	pointer-events: none;
}
.building-menu-area a:hover::before{
	background-color: rgba(255, 255, 255, 0.2);
}
.building-menu-title{
	display: block;
	width: 172px;
}
.building-menu-img{
	display: block;
	width: 150px;
	height: 100%;
	background-color: #FFF;
	pointer-events: none;
	overflow: hidden;
}
.building-menu-img img{
	display: inline-block;
	width: auto;
	height: 100%;
	vertical-align: middle;
	transition: all 300ms ease 0s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow: hidden;
}
.building-menu-area a:hover img{
	transform: scale(1.2);
}
.buildingwork-title{
	padding: 15px 15px 14px 30px;
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	background: #5096D2;
	box-sizing: border-box;
}
.buildingwork-heading{
	margin-top: 0;
	padding: 8px 14px 8px 17px;
	color: #192F54;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 3px solid #5096D2;
	box-sizing: border-box;
}
.word-title{
	font-weight: 700;
}
.highlight-lightblue{
	background-image: linear-gradient(to top, rgba(142, 203, 255, 0.3) 10px, rgba(255, 255, 255, 0) 10px);
}
.word-title.highlight-lightblue.border-bottom{
	background: none;
	border-bottom: 1px solid rgba(32, 171, 132, 0.4);
}
.building-flowchart{
	width: 421px;
}
.building-flowchart .flowchart-item,
.building-flowchart .flowchart-bg{
	display: block;
	padding: 8px;
	background-color: rgba(52, 171, 132, 0.2);
	box-sizing: border-box;
}
.building-flowchart .flowchart-bg{
	padding-left: 64px;
}
.building-flowchart li:not(:last-of-type){
	position: relative;
}
.building-flowchart li:not(:last-of-type)::after{
	content: "";
	display: block;
	width: 100%;
	height: 35px;
	background: url(/newhp/images/arrow_bottom_bold.png) no-repeat center / 4.5%;
}

.point-trouble-list{
	display: flex;
	flex-wrap: nowrap;
	flex-shrink: 0;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto 120px;
}
.three-point-list-area{
	width: 80%;
	margin: 0 auto 44px;
	padding-top: 67px;
	padding-bottom: 51px;
	position: relative;
	background: #E6F6FF;
}
.three-point-list-area::before{
	content: "";
	width: 12px;
	height: 68px;
	position: absolute;
	top: -108px;
	left: calc(50% - 6px);
	background-image: radial-gradient(#5096D2 33%, rgba(255, 255, 255, 0) 38%);
	background-position: top;
	background-size: 24px 24px;
	overflow: hidden;
}
.point-list-title{
	margin: 0;
	position: absolute;
	top: -0.5em;
	left: calc(50% - 10em);
	color: #192F54;
	font-size: 28px;
}
.three-point-list{
	width: 440px;
	margin: 0 auto;
}
.point-list-item{
	margin-bottom: 30px;
	position: relative;
}
.point-list-item:last-of-type{
	margin-bottom: 0;
}
.point-list-item a{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 16px 14px 20px 89px;
	position: relative;
	z-index: 1;
	color: #192F54;
	font-size: 26px;
	text-decoration: none;
	box-sizing: border-box;
}
.point-list-item .point-number{
	display: inline-block;
	width: 65px;
	height: 65px;
	padding-top: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 1.2;
	background: #192F54;
	border-radius: 50%;
	box-sizing: border-box;
	pointer-events: none;
}
.point-list-item .point-number .emphasis{
	font-size: 24px;
	font-weight: 700;
}
.point-border{
	display: inline-block;
	padding-top: 4px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.point-border::before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: -100%;
	z-index: -1;
	border-bottom: 4px solid #5096D2;
	transition: left 200ms ease 0s;
}
.point-list-item:hover .point-border::before{
	left: 0;
}

.buildingwork-heading .heading-point{
	display: inline-block;
	margin-right: 1.6em;
}
.buildingwork-heading .heading-point .emphasis{
	margin-left: 5px;
	font-size: 1.6em;
}
.pointBlock{
	padding-bottom: 50px;
}
.building-case-list dt{
	margin-bottom: 20px;
	font-size: 15px;
	border: 1px solid #20AB84;
	box-sizing: border-box;
}
.building-case-title{
	display: inline-block;
	height: 100%;
	margin-right: 16px;
	padding: 7px 4px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	background: rgba(32, 171, 132, 0.8);
}
#sec02 .building-case-title{
	width: 127px;
}
.building-case-text{
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
.building-case-name{
	display: inline-block;
	margin-right: 4em;
	font-size: 18px;
	color: #4CBB9C;
}
.building-case-list.mansion .building-case-title{
	padding-left: 20px;
	padding-right: 20px;
}
.building-case-list .image_list.item-three .pc_w_30per{
	width: 214px;
	max-height: 100%;
	vertical-align: bottom;
}
.building-case-list img{
	vertical-align: bottom;
}
.building-case-list dd{
	margin-left: 0;
}
.building-case-list.musichall .case1-photo{
	margin-right: 17px;
	margin-bottom: 0;
}
.building-case-list.musichall .case2-photo{
	width: 456px;
	margin-right: 17px;
	margin-bottom: 0;
}

@media screen and (max-width: 680px){
	.fade-wrap{
		margin-bottom: 30px;
	}
	.building-menu-area li{
		width: 100%;
		height: auto;
		margin: 0 auto;
		max-width: 400px;
	}
	.building-menu-area li:nth-last-of-type(n+2){
		margin-bottom: 15px;
	}
	.building-menu-area li:nth-last-of-type(2){
		margin-right: auto;
	}
	.building-menu-title{
		width: 60%;
	}
	.building-menu-img img{
		width: 100%;
		height: auto;
	}

	.building-flowchart{
		width: 100%;
	}
	.building-flowchart .flowchart-bg{
		padding-left: 30px;
	}
	.pointBlock .buildingwork-heading {
		line-height: 1.25;
	}
	.point-trouble-list{
		flex-wrap: wrap;
	}
	.point-trouble-list li{
		display: inline-block;
		width: 50%;
		min-width: 230px;
		max-width: 300px;
		margin: 0 auto;
	}
	.buildingwork-heading .heading-point{
		display: block;
		margin-right: 0;
		margin-bottom: 4px;
	}
	.three-point-list-area{
		width: 96%;
		min-width: 300px;
		box-sizing: border-box;
	}
	.three-point-list-area::before{
		top: -116px;
	}
	.building-case-list dt{
		display: flex;
		flex-wrap: nowrap;
	}
	.point-list-title{
		width: 100%;
		margin-right: 0;
		top: -1.5em;
		left: 0;
		text-align: center;
		line-height: 1.25;
	}

	.three-point-list{
		width: 100%;
	}
	.point-list-item{
		margin-bottom: 10px;
	}
	.point-list-item a{
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.point-list-item .point-number{
		display: block;
		margin: 0 auto 20px;
		position: relative;
	}
	.building-case-list.musichall .case1-photo,
	.building-case-list.musichall .case2-photo{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.building-case-title{
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 105px;
		height: auto;
		margin-right: 6px;
	}
	#sec02 .building-case-title{
		width: 20%;
	}
	.building-case-text{
		display: inline-block;
	}
	.building-case-name{
		margin-right: 0;
		margin-bottom: -6px;
		padding-top: 4px;
	}
	.building-case-caption{
		display: inline-block;
		line-height: 1.25;
	}
	.building-case-list .image_list.item-three .pc_w_30per{
		width: 30%;
	}
	.building-case-list.mansion .building-case-title{
		padding-left: 6px;
		padding-right: 6px;
	}
	.building-case-list.mansion .building-case-name{
		padding-top: 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 100%;
	}
}
/* 建築から防音室まで：価格と同じ部分 */
.building-mansion-fv{
	height: 375px;
	padding-top: 39px;
	position: relative;
	box-sizing: border-box;
}
.building-mansion-fv *{
	position: relative;
	z-index: 1;
}
.building-mansion-fv p{
	width: 560px;
	margin-left: 40px;
}
.building-mansion-image{
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
.building-mansion-image::after{
	content: "";
	display: block;
	width: 25%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 50%);
}
.building-mansion-image img{
	width: auto;
	height: 100%;
}
.building-mansion-title{
	font-size: 30px;
	color: #192F54;
	text-align: center;
	text-shadow: 0px 0px 9px #FFFFFF;
}
.s_build-flow-list {
	counter-reset: s_build-flow-list-item;
}
.s_build-flow-list > li{
	padding-left: 53px;
	counter-increment: s_build-flow-list-item;
	padding-bottom: 60px;
	position: relative;
}
.s_build-flow-list > li::before{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 21px;
	border-right: 1px solid #192F54;
}
.s_build-flow-list > li:last-of-type{
	padding-bottom: 0;
}
.s_build-flow-list li.full{
	padding-left: 0;
}
.s_build-flow-list > li:last-of-type::before{
	display: none;
}
.s_build-flow-list li h3{
	margin-left: -53px;
	margin-bottom: 14px;
	position: relative;
	font-size: 24px;
	color: #192F54;
	font-weight: 700;
}
.s_build-flow-list li h3::before{
	content: counter(s_build-flow-list-item);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 43px;
	height: 43px;
	margin-right: 10px;
	font-size: 28px;
	color: #FFF;
	font-weight: 700;
	background-color: #192F54;
}
.s_build-flow-list li.full h3{
	width: 100%;
	padding-left: 53px;
	box-sizing: border-box;
}
.s_build-flow-list .s_build-flow-list-img,
.s_build-building .w47per{
	width: 47%;
}
.construction-design-list dt{
	font-weight: 700;
}
.construction-design-list dd{
	margin-left: 1em;
}
.s_build-flow-item-full{
	padding-left: 55px;
	flex-grow: 0;
	flex-shrink: 0;
	box-sizing: border-box;
}
.s_build-flow-item-full img{
	vertical-align: middle;
}
.s_build-studio-visual{
	justify-content: space-between;
}
.s_build-studio-visual .pc_w_27per{
	width: 27%;
}
.s_build-img-list.flexBox{
	justify-content: space-between;
}
.s_build-img-list > li{
	position: relative;
	margin-bottom: 20px;
}
.s_build-img-list li p[class]{
	font-size: 18px;
	/* text-shadow: 0px 3px 6px rgba(0,0,0,0.16); */
}
.s_build-img-list li p.relative{
	position: relative;
}
.s_build-img-list li img{
	vertical-align: bottom;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.building-complex-facilities .flexBox{
	justify-content: space-between;
}
.s_building-slide{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.s_building-slide::after{
	content: "";
	display: block;
}
.s_building-slide::after,
.s_building-slide > div{
	width: 19.5%;
	margin-bottom: 7px;
}
.s_building-slide .process-img-wrap{
	/* margin-bottom: 10px; */
	height: 130px;
	overflow: hidden;
}
.s_building-slide div p{
	font-size: 13px;
}
@media screen and (max-width: 680px){
	.building-mansion-fv{
		height: auto;
		padding-top: 10px;
	}
	.building-mansion-title{
		margin-bottom: 0;
		font-size: 26px;
		line-height: 1.5;
		letter-spacing: -0.06em;
	}
	.building-mansion-fv p{
		width: 100%;
		margin-left: 0;
	}
	.building-mansion-image{
		height: auto;
		margin-top: -60px;
		position: relative;
	}
	.building-mansion-image::after{
		width: 100%;
		height: 50%;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 50%);
	}
	.building-mansion-image img{
		width: 100%;
		height: auto;
	}
	.s_build-flow-list > li::before{
		left: 17px;
	}
	.s_build-flow-list li h3{
		margin-left: -33px;
		padding-left: 33px;
		line-height: 1.2;
	}
	.s_build-flow-list li h3::before{
		display: flex;
		width: 32px;
		height: 32px;
		margin-bottom: 10px;
		margin-left: -28px;
		font-size: 24px;
	}
	.s_build-flow-list li.full h3{
		padding-left: 61px;
	}
	.s_build-flow-list > li{
		padding-left: 28px;
		padding-bottom: 30px;
	}
	.s_build-flow-list .s_build-flow-list-img,
	.s_build-building .w47per{
		width: 100%;
	}
	.s_build-flow-list img{
		vertical-align: bottom;
	}
	.s_building-slide > div{
		width: 49%;
	}
	.s_building-slide .process-img-wrap{
		height: 33.5vw;
	}
}

/*================================================
マンション防音室
================================================*/
#s_mansion #box01{
	position: relative;
}
#s_mansion .mansion_index_box{
	position: absolute;
	top: 100px;
	left: 0;
}
#s_mansion .midashi12,
#s_mansion .midashi13{
	padding-left: 0;
}
#s_mansion .midashi13{
	padding-bottom: 5px;
	position: relative;
	font-weight: 700;
	border-bottom: none;
}
#s_mansion .midashi13::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: repeating-linear-gradient(to right, #192F54, #192F54 6px, rgba(255, 255, 255, 0) 6px, rgba(255, 255, 255, 0) 8px);
}

#s_mansion .midashi13.listIcon::before{
	content: "■";
	display: inline-block;
	width: 1em;
	height: 100%;
}
#s_mansion .mansion_index_box h3{
	margin: 0;
	padding: 0 15px;
	position: absolute;
	top: -0.75em;
	left: 0.6em;
	font-weight: 700;
	background-color: #FFF;
}
#s_mansion h4 span {
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
	float: right;
}
#s_mansion .table_waku1.txtdeco td {
	text-align: center;
}
#s_mansion .table_waku1.txtdeco td .txt_rl {
	line-height: 1.2;
	letter-spacing: 0.03em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height: 7em;
	text-align: left;
}
#s_mansion .gifBox {
	position: relative;
}

#s_mansion .gifBox::after {
	content: url(/images/piano3.gif);
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
	transform: translate(-63%,37%);
	z-index: -1;
}

#s_mansion .mansion_index{
	background: #FFF;
	padding: 1em 2.5em;
	padding-left: 1.9em;
	border: 1px solid #000;
	outline: #FFF 6px solid;
	line-height: 2.5;
}
#s_mansion .mansion_index li{
	position: relative;
	margin-left: 1.1em;
}
#s_mansion .mansion_index > li::before{
	content: "〇";
	display: inline-block;
	width: 1.1em;
	height: 100%;
	margin-left: -1.1em;
}

#s_mansion .mansion_index ul{
	margin-left: 2em;
}
#s_mansion .mansion_index ul li{
	margin-left: 0;
}
#s_mansion .mansion_index ul li::before{
	content: "■";
	display: inline-block;
	width: 1.1em;
	height: 100%;
	margin-left: -0.8em;
}
#s_mansion .mansion_index a{
	text-decoration: none;
}
#s_mansion .mansion_index a:hover{
	text-decoration: underline;
}
#s_mansion h4{
	font-size: 1.3em;
	font-weight: 700;
}
#s_mansion h4 .listMark_inside{
	font-size: inherit;
	float: none;
}
#s_mansion h4 .sub{
	font-weight: 400;
}
#s_mansion h5{
	font-size: 1.1em;
	line-height: 1;
}

#s_mansion .descriptionList_Box{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 1.5em;
	padding: 0 1em;
	position: relative;
	border-left: 1px solid #000;
	border-right: 1px solid #000; 
}
#s_mansion .descriptionList_Box::after{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px solid #000;
}
#s_mansion .descriptionList {
	width: 47%;
	margin: 6px 0;
	position: relative;

}
#s_mansion .descriptionList_Box .descriptionList:last-of-type{
	margin-left: auto;
	margin-right: 0.75em;
}

#s_mansion .descriptionList dt{
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1;
	position: relative;
}
#s_mansion .descriptionList .borderColor-gray{
	background-image: linear-gradient(to top,#d2d2d2 4px, rgba(255,255, 255, 0) 4px);
}

#s_mansion .listMark dt{
	margin-left: 1em;
	position: relative;
}
#s_mansion .listMark dt::before{
	content: "●";
	display: inline-block;
	width: 1.5em;
	height: 100%;
	text-align: center;
	margin-left: -1.5em;
}
#s_mansion .listMark dt::after{
	content: "";
	display: block;
	width: calc(100% + 1.5em);
	height: 100%;
	position: absolute;
	bottom: 0;
	left: -1.5em;
	z-index: -1;
}
#s_mansion .descriptionList .list-merit::after{
	background-image: linear-gradient(to top,#7decd3 4px, rgba(255,255, 255, 0) 4px);
}
#s_mansion .descriptionList .list-demerit::after{
	background-image: linear-gradient(to top,#feb1c3 4px, rgba(255,255, 255, 0) 4px);
}
#s_mansion .descriptionList dd {
	margin-left: 0;
	position: relative;
}
#s_mansion .listMark dd{
	width: 93%;
	margin-left: 1em;
	padding-left: 1em;
}
#s_mansion .listMark dd::before{
	content: "・";
	display: inline-block;
	width: 1.5em;
	height: 100%;
	text-align: center;
	margin-left: -1.5em;
}

#s_mansion .list_number{
	margin-left: 1em;
	font-weight: 700;
}
#s_mansion .list_number li,
#s_mansion .listMark_in{
	margin-left: 1em;
}
#s_mansion .listMark_inside{
	display: inline-block;
	margin-left: -1em;
}
#s_mansion .half_left{
	margin-right: 10px;
}
#s_mansion .half_right,
#s_mansion .half_left{
	width: 50%;
}

#s_mansion .cautionList dt{
	margin-left: 1em;
	position: relative;
	font-weight: 700;
}
#s_mansion .cautionList dt::before{
	content: "・";
	display: inline-block;
	width: 1em;
	height: 100%;
	margin-left: -1em;
}
#s_mansion .cautionList dd{
	margin-left: 1em;
}
#s_mansion .cautionList .half_left{
	width: 49%;
}

.fullrnv_bnrBox{
	position: relative;
}
.fullrnv_bnrBox::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	transition: all 300ms ease 0s;
}
.fullrnv_bnrBox:hover::after{
	background-color: rgba(255,255, 255, 0.4);
}

@media screen and (max-width: 680px){
	#s_mansion .ctsBlock{
		margin-bottom: 40px;
	}
	#s_mansion #box01 img{
		margin-bottom: 10px;
	}
	#s_mansion .mansion_index_box{
		position: relative;
		top: 0;
		left: 0;
	}
	#s_mansion .midashi13.listIcon{
		margin-left: 1em;
	}
	#s_mansion #num3,
	#s_mansion #num3_2,
	#s_mansion #num3_3,
	#s_mansion #num3_4{
		overflow: hidden;
	}
	#s_mansion .midashi13.listIcon::before{
		margin-left: -1em;
	}
	#s_mansion .midashi13::after{
		width: 110%;
		left: -1em;
	}
	#s_mansion .flexBox.list-3 > div:last-of-type{
		margin-bottom: 0;
	}
	#s_mansion .descriptionList_Box{
		flex-direction: column;
		padding-bottom: 0.5em;
	}
	#s_mansion .descriptionList_Box::after{
		display: none;
	}
	#s_mansion .descriptionList{
		width: 100%;
	}
	#s_mansion .descriptionList_Box .descriptionList:last-of-type{
		margin: 0;
	}
	#s_mansion .half_right,
	#s_mansion .half_left,
	#s_mansion .cautionList .half_left{
		width: 100%;
		margin: 0;
	}
	#s_mansion .descriptionList:first-of-type{
		margin-bottom: 1em;
		padding-bottom: 1em;
	}
}

/*================================================
ダンススタジオ
================================================*/
.sound-condition-area{
	font-size: 18px;
}
#dance_page .sound-condition-text,
#reha_page .sound-condition-text{
	display: flex;
	height: 5em;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start
}
#dance_page .sound-condition-text p,
#reha_page .sound-condition-text p{
	width: 100%;
	font-size: 15px;
	line-height: 1.2em;
	padding: 0px 10px;
}
#dance_page .sound-condition-text > p:first-of-type:not(:only-child),
#livehouse_page .sound-condition-text > p:first-of-type:not(:only-child),
#reha_page .sound-condition-text > p:first-of-type:not(:only-child)	{	
	margin-bottom: 0.5em;
}
#dance_page .midashi12 {
	border-bottom: 0px;
	font-size: 26px;
	line-height: 1.3em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #000;
	margin: 0px 0px 10px;
}
#dance_page .midh3 {
	color: #000;
	margin: 0px 0px 10px;	
	font-size: 18px;
	font-weight: 600;
} 
#dance_page .ctsBlock a.linkBtn{
	width: 390px;
	max-width: 100%;
	max-width: initial;
}
#dance_page .worklist.img-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#dance_page .worklist.img-list li{
	width: 320px;
	margin-right: 0;
}
#dance_page .worklist.img-list img{
	vertical-align: bottom;
}

#dance_page .sound-condition-text + .answer_btn{
	margin-bottom: 0;
}

@media screen and (max-width: 680px){
	#dance_page .sound-condition-text,
	#reha_page .sound-condition-text{
		display: flex;
		height: auto;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start
	}	
	.sound-condition-text{
		height: auto;
		min-height: 119px;
		padding:10px;
	}
	.sound-condition-area:first-of-type{
		margin-bottom: 1em;
	}
	.sound-condition-text > p{
		text-indent: -1em;
		padding-left: 1em;
		box-sizing: border-box;
	}
	#dance_page .worklist.img-list li{
		width: 48%;
		margin-bottom: 1em;
	}
	#dance_page .worklist.img-list .sp_w_100per{
		width: 100%!important;
	}
	#dance_page .ctsBlock a.linkBtn{
		width: 100%;
		max-width: 390px;
	}
	#dance_page .jiremttl,
	#dance_page .midashi12 {
		border-bottom: 0px;
		font-size: 20px!important;
	}	
}

/*================================================
ライブハウス
================================================*/
.linkBtn.pc_w_90per{
	width: 90%;
	max-width: 100%;
}
.sound-condition-area.flutter-echo.bgColor-paleblue{
	background-color: #E5F5FF;
}
.sound-condition-area.flutter-echo.bgColor-paleblue .sound-condition-text{
	color: #FFF;
	text-align: center;
	background-color: #5096D2;
}
.sound-condition-area.flutter-echo.bgColor-paleblue .flutter-echo-title{
	padding: 18px 0 17px;
}
.sound-condition-area.flutter-echo .method-box{
	display: inline-block;
	padding: 12px 0;
	width: 100%;
	margin-top: auto;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}
.sound-condition-area.flutter-echo .method-box .answer{
	display: inline-block;
	width: 92px;
	margin-right: 23px;
	padding: 7px 0;
	font-size: 18px;
	color: #F00;
	text-align: center;
	background-color: #fff;
	border-radius: 6px;
}

div[id^="livehouse"] a.linkBtn.pc_w_50per{
	width: 41%;
	max-width: 100%;
}
div[id^="livehouse"] #anc03 a.linkBtn{
	color: #FFF;
	background-color: #f15700;
	border-color: #f15700;
}
div[id^="livehouse"] #anc03 a.linkBtn:hover{
	color: #f15700;
	background-color: #fff;
}

@media screen and (max-width: 680px){
	.sound-condition-area.flutter-echo .method-box .answer{
		display: block;
		margin: 0 auto 10px;
	}
	div[id$="page"] a.linkBtn.pc_w_50per{
		width: 100%;
		max-width: 500px;
		margin-top: 1.5em;
		display: block;
	}
	#dance_page .sound-condition-text p,
	#reha_page .sound-condition-text p{
		width: 100%;
		font-size: 12px;
		line-height: 1.2em;
		padding: 0px 10px;
	}
	.sound-condition-area a { font-size: 12px; }	
}

/*================================================
ライブハウス KICK BACK CAFEができるまで
================================================*/

div[id^="kickbackcafe"] .buildingwork-heading {
	margin-top: 0;
	padding: 8px 14px 8px 0;
	color: #192F54;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 3px solid #5096D2;
	box-sizing: border-box;
}
div[id^="kickbackcafe"] .sec01{
	padding-bottom: 30px;
}
div[id^="kickbackcafe"] .sec01 img{
	width: 100%;
}
div[id^="kickbackcafe"] .sec01 a{
	text-decoration: none;
}

.simple-info-table-area{
	margin-right: auto;
	padding: 47px 37px 24px 40px;
	position: relative;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
}
.simple-info-table-area.green{
	border-color: #20AB84;
}
div[id^="kickbackcafe"] .simple-info-table-area{
	width: 70%;
}
.simple-info-table-area .simple-info-table-title{
	padding-right: 36px;
	padding-left: 13px;
	position: absolute;
	top: -0.75em;
	left: 30px;
	font-size: 24px;
	background: #FFF;
}
.simple-info-table-area.green .simple-info-table-title{
	color: #20AB84;
}
.simple-info-table-area .simple-info-table-title::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 47px;
	margin-right: 11px;
	position: relative;
	top: -4px;
	vertical-align: middle;
	background: url(/newhp/images/icon_shop.png) no-repeat center / contain;
}
.simple-info-table-area table{
	width: 100%;
}
.simple-info-table-area th{
	font-weight: 400;
}

div[id^="kickbackcafe"] .s_build-flow-list li .flow-list-number{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: -53px;
	margin-bottom: 14px;
	position: relative;
	color: #192F54;
	font-weight: 700;
}
div[id^="kickbackcafe"] .s_build-flow-list li .flow-list-number::before {
	content: counter(s_build-flow-list-item);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 43px;
	height: 43px;
	margin-right: 10px;
	font-size: 28px;
	color: #FFF;
	font-weight: 700;
	background-color: #192F54;
}
div[id^="kickbackcafe"] .s_build-flow-list li .flow-list-number p{
	font-size: 19px;
}
div[id^="kickbackcafe"] a.linkBtn{
	width: 50%;
	max-width: 100%;
	max-width: initial;
}
@media screen and (min-width: 681px){
	div[id^="kickbackcafe"] .pc_w_48per{
		width: 48%;
	}
	div[id^="kickbackcafe"] .pc_w_655{
		width: 655px;
	}
	div[id^="kickbackcafe"] .s_build-flow-list{
		padding-right: 37px;
	}
	div[id^="kickbackcafe"] .s_build-flow-list .flexBox{
		height: 301px;
		overflow: hidden;
	}
	div[id^="kickbackcafe"] .s_build-flow-list .pc_w_430{
		height: 100%;
	}
}

@media screen and (max-width: 680px){
	div[id^="kickbackcafe"] .buildingwork-heading{
		line-height: 1.25;
	}
	div[id^="kickbackcafe"] .simple-info-table-area{
		width: 96%;
		padding: 30px 15px 20px 35px;
	}
	div[id^="kickbackcafe"] .simple-info-table-area th,
	div[id^="kickbackcafe"] .simple-info-table-area td{
		display: block;
	}
	div[id^="kickbackcafe"] .simple-info-table-area th{
		text-align: left;
		margin-left: -1em;
	}
	div[id^="kickbackcafe"] .simple-info-table-area td{
		margin-bottom: 0.5em;
	}
	div[id^="kickbackcafe"] .s_build-flow-list li{
		/* padding-left: 53px; */
		padding-left: 28px;
		padding-bottom: 30px;
	}
	div[id^="kickbackcafe"] .s_build-flow-list > li::before{
		left: 20px;
	}
	div[id^="kickbackcafe"] .s_build-flow-list li .flow-list-number{
		margin-left: 0;
		display: block;
		/* flex-wrap: wrap;
		align-items: flex-start; */
	}
	div[id^="kickbackcafe"] .s_build-flow-list li .flow-list-number::before{
		display: flex;
		width: 32px;
		height: 32px;
		margin-bottom: 10px;
		margin-left: -28px;
		font-size: 24px;
	}
	div[id^="kickbackcafe"] .halfBox .ml50{
		margin-left: 0;
	}
}

/*================================================
リハーサルスタジオ
================================================*/
.map_wrap.reharsal{
	width: 495px;
	margin:0 auto;
	position: relative;
}
.map_wrap.reharsal .map-frame:hover,
.map_wrap.reharsal .map-frame:active{
	cursor: pointer;
	stroke-width: 2px;
}
.reharsal-plan-area{
	margin: 0 auto;
	padding: 39px 20px 40px;
	position: relative;
	background-color: #F2F9FF;
}
.reharsal-plan-area .reharsal-plan-title{
	display: inline-block;
	padding: 9px 17px 11px 20px;
	position: absolute;
	top: -38px;
	left: 20px;
	color: #FFF;
	font-weight: 700;
	background-color: #5096D2;
}
.reharsal-plan-item img{
	width: 100%;
	max-width: 100%;
	max-width: inherit;
}
.reharsal-works-01{
	padding-top: 20px;
}
.reharsal-works-01-large img,
.reharsal-works-01 img,
.reharsal-works-02 img{
	vertical-align: bottom;
}

#reha_page a.linkBtn.btn-square{
	width: auto;
	max-width: 100%;
}
@media screen and (min-width: 681px){
	.flexBox.reharsal-plan-box{
		width: 760px;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.reharsal-plan-item{
		width: 350px;
		height: 253px;
		overflow: hidden;
	}
	.reharsal-plan-item:nth-of-type(n+3){
		margin-top: 30px;
	}
	.reharsal-works-01{
		display: flex;
		justify-content: space-between;
	}
	.reharsal-works-02 div:last-of-type div:last-of-type{
		width: 57%;
	}

}
@media screen and (max-width: 680px){
	.reharsal-plan-item:not(:last-of-type){
		margin-bottom: 20px;
	}
	.reharsal-works-01{
		padding-top: 10px;
	}
	.reharsal-works-01 div{
		margin-bottom: 10px;
	}
	.reharsal-works-02 > div:nth-of-type(2){
		display: flex;
		justify-content: space-between;
	}
	.reharsal-works-02 > div:nth-of-type(2) div{
		width: 46%;
	}
}
@media screen and (max-width: 500px){
	.map_wrap.reharsal{
		width: 100%;
	}
}


/*================================================
価格ページと同じデザイン
================================================*/
.ml1em-half{
	margin-left: 1.5em;
}

.menutxt-small{
	font-size: 0.9em;
}
.indent-1em{
	text-indent: -1em;
	margin-left: 1em;
}

.pc-order--1{
	order: -1;
}
.pc-order-1{
	order: 1;
}
@media screen and (min-width: 681px){
	.pc-mt--20{
		margin-top: -20px;
	}
	.pc_w_25per{
		width: 25%;
	}
	.pc_w_30per{
		width: 30%;
	}
	.pc_w_31per{
		width: 31%;
	}
	.pc_w_32per{
		width: 32%;
	}
	.pc_w_35per{
		width: 35%;
	}
	.pc_w_38per{
		width: 38%;
	}
	.pc_w_44per{
		width: 44%;
	}
	.pc_w_45per{
		width: 45%;
	}
	.pc_w_47per{
		width: 47%;
	}
	.pc_w_48per{
		width: 48%;
	}
	.pc_w_49per{
		width: 49%;
	}
	.w_pc_53per,
	.pc_w_53per{
		width: 53%!important;
	}
	.pc_w_55per{
		width: 55%;
	}
	.pc_w_60per{
		width: 60%;
	}
	.pc_w_66per{
		width: 66%;
	}
	.pc_w_85per{
		width: 85%;
	}
	.pc_w_90per{
		width: 90%;
	}
	.pc_w_430{
		width: 430px;
	}
	.pc_w_495{
		width: 495px;
	}
	.pc_h_100per{
		width: auto;
		height: 100%;
	}
}
@media screen and (max-width: 680px){
	.pc-order--1,.pc-order-1{
		order: 0;
	}
	.sp-order--1{
		order: -1;
	}
}

/* 見出し */
.title-line-clip{
	margin: 20px auto 35px;
	padding: 0.25em 1em;
	position: relative;
	font-size: 30px;
	color: #192F54;
	text-align: center;
	overflow: hidden;
}
.title-line-clip::before{
	content: "";
	display: inline-block;
	width: 150vw;
	height: 0;
	position: absolute;
	top: 50%;
	left: -50vw;
	z-index: -1;
	border-top: 2px solid #192F54;
}
.title-line-clip.header{
	margin: 1em auto;
	font-size: 20px;
	font-weight: 700;
}
.title-line-clip.header::before{
	z-index: -1;
}
.bg_white{
	background-color: #FFF;   
}
.fw-bold{
	font-weight: 700;
}

/* タブ分け */
.tabWrap{
	width: 100%;
	padding: 20px 14px;
	border: 2px solid #5096d2;
	box-sizing: border-box;
}
.tabArea-plan .tabWrap{
	padding: 20px 25px;
}
.tabArea-sound-insulation .tabWrap{
	padding: 0;
}
/* タブ本体 */
.tabArea {
	width: 100%;
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.tabArea.siteWidth{
	width: 1000px;
	justify-content: space-around;
}
input[type="radio"].tab-item{
	display: none;

}
input[type="radio"].tab-item + label{
	/*    padding-top: 16px;
	padding-bottom: 9px;
	*/
	padding: 20px;
	color: #777;
	border: 1px solid #7FB1DD;
	border-bottom: none;
	background-color: #fff;
	box-sizing: border-box;
}
input[type="radio"].tab-item:not(:checked) + label{
	font-size: 20px;
}
input[type="radio"].tab-item:checked + label,
.tab-label.single{
	padding: 20px 0;
	color: #FFF;
	font-weight: 700;
	text-shadow: 0 0 3px rgba(0,64,64,0.6);
	background: #5096D2;
	background-image: linear-gradient(180deg, #CCEAFF 0%, #5096D2 100%);
	border: 1px solid #5096D2;
	border-bottom: none;
	background: #7FB1DD;
}
.tabArea .tab-label{
	width: 50%;
	font-size: 24px;
	text-align: center;
}
.tabArea .tab-label:hover{
	cursor: pointer;
}
.tabArea .tab-label.pc_w_100per{
	width: 100%;
}
.tabArea .tab-label.single:hover{
	cursor: default;
}
.tabArea .tab-label.single.tab-two-lines{
	line-height: 1.25;
}
.tabtxt-small{
	font-size: 0.85em;
	font-weight: 400;
}
.tabtxt-normal{
	font-size: 0.75em;
	font-weight: 400;
	letter-spacing: -0.05em;
}

@media screen and (max-width: 680px){
	/* .tab-label.single{
	width: 100%;
	max-width: 320px;
} */

	.tabArea .tab-label{
		font-size: 18px;
		padding: 10px;
		text-align: left;
	}	
}

/* ピアノ室プラン */
.tabArea.tabArea-plan .flexBox{
	justify-content: space-between;
	align-items: center;
}
.tabArea.tabArea-plan .flexBox p:not([class]){
	line-height: 2;
}
#price-single .tabArea.tabArea-plan .halfBox.img-wrap{
	width: 46.5%;
}
.specification_title{
	padding: 13px 0;
	background: #5096D2;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.specification_table{
	width: 100%;
	font-size: 18px;
}
.specification_table th,
.specification_table td{
	line-height: 1.5;
	border-bottom: 1px dashed #707070;
}
.specification_table th{
	width: 300px;
	padding: 5px 0;
	font-weight: 400;
	text-align: center;
	vertical-align: baseline;
}
.specification_table td{
	padding: 5px 0;
}
/* 価格表 */
.price-table{
	margin-bottom: 50px;
	font-size: 18px;
	border-collapse: collapse;
	position: relative;
}
.price-table::after,
.price-table-simple::after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
	position: absolute;
	bottom: -4px;
	left: 0;
	border-bottom: 1px solid #5096D2;

}
.price-plan-table-title,
.price-table caption,
.price-table-simple .simple-title{
	color: #192F54;
	text-align: left;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 4px solid #5096D2;
}
.price-table caption{
	margin-bottom: 10px;
}
#mainContent .price-plan-table-title{
	width: 100%;
	margin: 0 0 10px;
}
.price-table.full{
	width: 100%;
	vertical-align: baseline;
}
.price-table th{
	font-size: 20px;
	font-weight: 400;
	text-align: left;
}
.price-table .price-plan th:not([class]){
	width: 170px;
}
.price-table .price-plan th[class]{
	width: 267px;
	min-width: 267px;
	height: 73px;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.04em;
}
.price-table .price-plan th[class]:not(:last-of-type){
	border-right: 2px solid #FFF;
}
.price-table .price-plan-reinforcement,
.price-table .price-plan-basic{
	background: #5096D2;
}
.price-table .price-plan-highgrade{
	background: #1E73B8;
}
.price-table .price-plan-supergrade{
	background: #192F54;
}
.price-col-single th{
	width: 169px;
}
.price-performance-single th{
	text-align: center;
}
.price-table .price-col-title,
.price-table .price-performance-title{
	color: #FFF;
	background: #5096D2;
}
.price-table .price-col-title td:first-of-type,
.price-table .price-performance-title td:first-of-type{
	padding: 9px 7px;
	font-size: 20px;
}
.price-table .price-col-title td:not(:last-of-type),
.price-table .price-performance-title td:not(:last-of-type){
	border-right: 1px solid #FFF;
}
.price-table .price-col th,
.price-table .price-performance th{
	padding-left: 1em;
}
.price-table .price-col-single td,
.price-table .price-performance-single td,
.price-table .price-col td,
.price-table .price-performance td{
	padding: 10px 1em 10px 0;
	color: #192F54;
	text-align: right;
}

.price-table .price-col th,
.price-table .price-col td:not(:last-of-type),
.price-table .price-performance-single th,
.price-table .price-performance th,
.price-table .price-performance td:not(:last-of-type),
.price-table .price-usage-single th,
.price-table .price-usage th,
.price-table .price-usage td:not(:last-of-type){
	border-right: 1px solid #707070;

}

.price-table .price-col-single td,
.price-table .price-usage-single,
.price-table.full .price-col:nth-of-type(even),
.price-table .price-performance:nth-of-type(odd){
	background: #F2F9FF;
}
.price-table .price-col-single td span:not([class]),
.price-table .price-col td span:not([class]){
	font-size: 1.6em;
	font-weight: 700;
}
.price-table .price-performance td{
	font-size: 26px;
}
.price-table .price-usage-single th,
.price-table .price-usage th{
	text-align: center;
}
.price-table .price-usage-single th,
.price-table .price-usage-single td,
.price-table .price-usage th,
.price-table .price-usage td{
	vertical-align: baseline;
	position: relative;
}

.price-table.full .price-usage th::before,
.price-table.full .price-usage td::before{
	content: "";
	display: block;
	width: 90%;
	height: 0;
	position: absolute;
	top: 0;
	left: 5%;
	border-top: 1px solid #707070;
}

.price-table .price-usage-single td,
.price-table .price-usage td{
	padding: 7px;
	min-height: 90px;
}
.price-table-textBox{
	/* border-top: 1px dashed #192F54; */
	padding-top: 1px;
	position: relative;
}
.price-table-textBox::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: repeating-linear-gradient(to right, #192F54, #192F54 6px, rgba(255, 255, 255, 0) 6px, rgba(255, 255, 255, 0) 8px);
}
.price-table-textBox h4,
#s_piano .price-table-textBox h4,
.text-attention,
#s_piano .text-attention{
	margin-bottom: 0;
	padding: 10px 0;
	color: #CC0000;
	font-weight: 700;
	font-size: 18px;
}
/* .price-table-textBox p{
margin-left: 2em;
} */
.price-table-textBox p:only-child{
	margin-top: 14px;
	margin-left: 0;
}
/* 単純な表 */
.price-table-simple{
	width: 100%;
	position: relative;
	font-size: 20px;
	color: #192F54;
	border-collapse: collapse;
}
.price-table-simple *{
	box-sizing: border-box;
}

.price-table-simple tbody tr:nth-of-type(odd){
	background: #F2F9FF;
}
.price-table-simple th{
	width: 260px;
	padding: 12px 0 12px 30px;
	font-weight: 400;
	text-align: left;

}
.price-table-simple th + td{
	padding: 8px 0;
	font-size: 18px;
}
.price-table-simple th + td span:not([class]){
	font-size: 1.6em;
}
/* D値ボタン周り */
.linkBox-d{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#price-single .linkBox-d h4{
	margin: 0 2em 0 0;
}
#price-single a.linkBtn{
	width: 257px;
	margin: 0;
	padding: 10px 15px;
	display: inline-block;
	background: #FFF;
	border-radius: 48px;
	font-size: 16px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}

/* 聞こえの関係 */
.title-sound-insulation{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-weight: 400;
	position: relative;
}
.title-sound-insulation .text-small{
	margin-left: auto;
	font-size: 0.65em;
	text-align: right;
	line-height: 1.5;
	position: absolute;
	bottom: -24px;
	right: 0;
}
.table-sound-insulation-grade{
	width: 100%;
	border-collapse: collapse;
}
.table-sound-insulation-grade *{
	box-sizing: border-box;
}
.table-sound-insulation-grade th{
	font-weight: 400;
}
.table-sound-insulation-grade .sound-grade th,
.table-sound-insulation-grade .sound-grade td{
	padding: 20px 0 8px;
	background: #F2F9FF;
	border-right: 1px solid #FFF;
	border-bottom: 4px solid #5096d2;
}
.table-sound-insulation-grade .sound-grade td{
	width: 79px;
	min-width: 79px;
	text-align: center;
}
.table-sound-insulation-grade .sound-grade td:not(:last-of-type){
	border-right: 1px solid #FFF;
}
.table-sound-insulation-grade .sound-sonority th{
	height: 107px;
	letter-spacing: -0.04em;
	border-right: 1px solid #CCEAFF;;
}
.table-sound-insulation-grade .sound-sonority td{
	padding: 8px;
	vertical-align: top;
}
.table-sound-insulation-grade .grade-highlight,
.table-sound-insulation-grade .grade-highlight-text{
	color: #000;
	font-weight: 700;
}
.table-sound-insulation-grade .sound-grade td.grade-highlight{
	padding: 16px 0 12px;
	position: relative;
	font-size: 22px;
	background: #d887bd;
	border-bottom: 4px solid #a44e87;
}
.table-sound-insulation-grade .sound-grade td.grade-highlight::before{
	content: "";
	display: block;
	width: calc(100% - 4px);
	height: 100%;
	position: absolute;
	top: -4px;
	left: -2px;
	border: 4px solid #a44e87;
	pointer-events: none;
}
.table-sound-insulation-grade .grade-highlight-text{
	background: #eacffa;
}
.table-sound-insulation-grade .sound-sonority th + .grade-highlight-text{
	border-left: none;
}
.table-sound-insulation-grade .grade-highlight-text + .grade-highlight-text{
	border-left: 1px solid #FFF;
}

.table-sound-insulation-grade .sound-sonority span{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	height: 5.2em;
	position: relative;
	right: -16px;
	line-height: 1.25;
	white-space: normal;
}

.table-sound-insulation-grade span.three-lines{
	right: -10px;
}
.table-sound-insulation-grade span.single-lines{
	right: -26px;
}
@media screen and (max-width:680px){
	.table-sound-insulation-grade .sound-sonority span{
		height: auto;
		right: -6px;
	}	
	.title-line-clip{
		background-image: linear-gradient(to right, rgba(255,255,255,0) 4%,#FFF 4%,#FFF 96%,rgba(255,255,255,0) 96%)
	}
	.title-line-clip .bg_white{
		padding: 0;
		line-height: 1.2;
	}
	.tabtxt-small{
		display: none;
	}
	/* SP版タブ */
	.tabArea-plan .tabWrap{
		padding: 10px 12px; 
	}
	input[type="radio"].tab-item + label{
		font-size: 21px;
		letter-spacing: -0.07em;
	}
	.tabArea .tab-label{
		width: 80%;
	}
	/* テーブル系 */
	.specification_table{
		font-size: 16px;
	}
	.specification_table th{
		width: 30%;
		min-width: 84px;
	}
	.price-table-simple th{
		width: 35%;
		min-width: 134px;
		padding-left: 0.5em;
		letter-spacing: -0.04em;
	}
	.tabArea-price .scroll{
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.price-table{
		font-size: 1rem;
	}
	.price-table caption{
		padding-top: 10px;
	}
	.price-table th{
		font-size: 16px;
	}
	.price-table .price-plan th[class]{
		width: 40%;
		min-width: 200px;
		height: 54px;
		font-size: 22px;
	}
	.price-table-simple{
		font-size: 18px;
	}
	.price-table-simple th + td{
		padding-right: 6px;
		font-size: 16px;
	}
	.price-table .price-col th,
	.price-table .price-performance th{
		padding-left: 0.5em;
		padding-right: 10px;
	}
	.price-table .price-col-title td:first-of-type,
	.price-table .price-performance-title td:first-of-type {
		padding: 5px 7px;
		font-size: 18px;
	}
	.price-table .price-col-single td,
	.price-table .price-performance-single td,
	.price-table .price-col td, .price-table .price-performance td {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.price-table .price-performance td{
		font-size: 22px;
	}
	.price-table .price-usage td:first-of-type{
		font-size: 14px;
	}
	.price-table-textBox p{
		margin-left: 1em;
	}
	.linkBox-d{
		flex-direction: column;
		align-items: center;
	}
	#price-single .linkBox-d h4{
		margin-right: 0;
	}
	/* 優先順位欄 */
	#price-single .section2 img.forsp{
		width: 100%;
		max-width: initial;
		max-width: auto;
	}
	/* 聞こえのテーブル */
	.title-sound-insulation .text-small{
		bottom: -43px;
	}
	table.table-sound-insulation-grade{
		width: 980px;
		font-size: 14px;
	}
	.table-sound-insulation-grade .sound-grade th{
		width: 10%;
		min-width: 110px;
	}
	.table-sound-insulation-grade .sound-grade td{
		width: 70px;
		min-width: 70px;
	}
	.table-sound-insulation-grade .sound-grade td.grade-highlight::before{
		height: calc(100% - 4px);
		top: 0;
	}
	.table-sound-insulation-grade .sound-grade td.grade-highlight{
		padding: 12px 0 8px;
		position: relative;
		font-size: 16px;
	}
	.table-sound-insulation-grade .sound-sonority th{
		height: auto;
	}	
	.table-sound-insulation-grade .sound-sonority span	{
		height: auto;
	}
	.jirettl { font-size: 20px!important; }
	.jirettl02 { font-size: 20px!important; }
}

/* 計測動画 */
.movieList{
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style-type: none;
	height: 100%;
	margin: 0 auto;
}

.movieList li{
	width: 320px;
	position: relative;
	transform-origin: center;
	overflow: hidden;
}
.movieList li:hover{
	cursor: pointer;
}
.movie_inner{
	width: 100%;
	height: 535px;
	position: relative;
}
.movieList li::before, .movieList li::after {
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	position: absolute;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	z-index: 3;
	background: url(/newhp/images/full_renovation/movie_icon1.png) no-repeat center / contain;
	transition: opacity 300ms ease 0s;
	opacity: 1;
}

.movieList li::after{
	background: url(/newhp/images/full_renovation/movie_icon2.png) no-repeat center / contain;
	opacity: 1;
	z-index: 2;
}

.movieList li:hover::before{
	opacity: 0;
}

.movie_inner:hover{
	pointer-events: none;
}

.movieList .measure_video_wrap{
	position: absolute;
	top: 0;
	left: 0;
}

.measure_video_wrap video{
	width: 100%;
	height: auto;
}
.movie-active{
	height: 100%;
}
.movieList li.movie-active::before,
.movieList li.movie-active:hover::before,
.movieList li.movie-active::after,
.movieList li.movie-active:hover::after{
	background-image: none;
}

.movie-control{
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.movieList li.movie-active .movie-control{
	display: block;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 90%, rgba(0, 0, 0, 0) 100%);
}
.movie-control .movie-controlBox{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	color: #FFF;
}
@media screen and (max-width: 680px){
	.movie-wrap{
		height: auto;
	}
	.movie-wrap::before{
		height: 70%;
		top: 15%;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	}
	.movieList{
		flex-direction: column;
		flex-wrap: wrap;
	}
	.movieList li{
		//        width: 50%;
		width: auto;
		max-width: 320px;
		margin-top: 10px;
		margin-right: auto;
	}
	.movieList li:first-of-type{
		margin-top: 0;
	}
	.movieList li:nth-of-type(even){
		margin-right: 0;
		margin-left: auto;
	}
	.movieList li::before, .movieList li::after {
		width: 40%;
		height: 40%;
		top: calc(50% - 20%);
		left: calc(50% - 20%);
	}
	.movie_inner{
		height: 100%;
		position: absolute;
	}
	.movieList .measure_video_wrap{
		display: inline-block;
		height: calc(100% - 7px);
		position: relative;
	}
	.movieList .measure_video_wrap::before{
		height: calc(100% - 21px);
		top: 7px;
	}
	.movieList li.movie-active .measure_video_wrap::before,
	.movieList li:hover .measure_video_wrap::before{
		height: calc(100% - 7px);
		width: 100%;
		top: 0;
		left: 0;
	}
	.movie-control{
		bottom: 7px;
	}

	.sound-condition-area { padding: 0px 10px 10px!important;  border-radius: 10px!important; }
	.sound-condition-area { font-size: 13px; }

	.pbtna { padding-bottom: 30px; }
	.sound-condition-area.flutter-echo .method-box { font-size: 14px; }
	.sound-condition-area.flutter-echo.bgColor-paleblue .flutter-echo-title { padding: 0px 20px; text-align: left; }
	.slick-list__inner li span.img { width: auto!important; }
	.slick-list__inner li h3 { font-size: 14px; }
	.slick-list__inner li {  margin-left: auto!important; margin-right: auto!important; }
}

.tab-content{
	display: none;
}
#piano_basic_tab:checked ~ .tabWrap .piano_basic_content,
#piano_highgrade_tab:checked ~ .tabWrap .piano_highgrade_content,
#piano_rc_tab:checked ~ .tabWrap .piano_rc_content,
#piano_wooden_tab:checked ~ .tabWrap .piano_wooden_content,
#drums_rc_tab:checked ~ .tabWrap .drums_rc_content,
#drums_wooden_tab:checked ~ .tabWrap .drums_wooden_content,
#sound-insulation_piano_tab:checked ~ .tabWrap .sound-insulation_piano_content,
#sound-insulation_drum_tab:checked ~ .tabWrap .sound-insulation_drum_content,
.tab-content.single{
	display: block;
}
