@charset "UTF-8";
/*PC→SP*/

.borderBottom01 {
    border-bottom: 2px solid #c10e24;
	font-weight: bold;
}

.borderBottom02 {
    border-bottom: 2px solid #00b3ed;
	font-weight: bold;
}

.textBold {
	font-weight: bold;
}

@media all and (min-width:769px) {


/*こだわりの性能＞地震に強い家　ローカルナビ（上部）*/
	.lineupPage ul.btnList03 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 960px;
		margin: 0 auto 80px;
	}

	.lineupPage ul.btnList03 li a {
		display: block;
		width: 240px;
		font-size: 18px;
		line-height: 1;
		font-weight: 600;
		text-align: center;
		color: #000;
		padding: 1.4rem 0 ;
		position: relative;
		border-bottom: 2px solid #F3F3F3;
		/*border-top: 1px solid #4C5870;
		border-right: 1px solid #4C5870;*/
	}
	.lineupPage ul.btnList03 li a::after {
		position: absolute;
		content: "";
		top: 50%;
		/*right: 30px;*/
		width: 10px;
		height: 10px;
		margin-top: -8px;
		margin-left: 1.5rem;
		border-top: 2px solid #4C5870;
		border-right: 2px solid #4C5870;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.lineupPage ul.btnList03 li a:hover {
		opacity: 1;
		color: #4C5870;
		/*background: #4C5870;*/
		/*color: #fff;*/
	}
	.lineupPage ul.btnList03 li a:hover::after {
/*		top: 26px;*/
		animation: top .3s;
	}
	@keyframes top {
		100% {
			top: 28px;
		}
	}

	.lineupPage ul.btnList03 li:first-child a {
		/*border-left: 1px solid #4C5870;*/
	}

	/*.lineupPage ul.btnList03 li.selected a {
		opacity: 1;
		background: #4C5870;
		color: #fff;
	}*/




/*こだわりの性能＞地震に強い家　ローカルナビ（下部）*/
	.lineupPage ul.btnList04 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 960px;
		margin: 0 auto 80px;
	}

	.lineupPage ul.btnList04 li a {
		display: block;
		width: 240px;
		font-size: 18px;
		line-height: 1;
		font-weight: 600;
		text-align: center;
		color: #000;
		padding: 1.4rem 0 ;
		position: relative;
		border-bottom: 2px solid #F3F3F3;
		/*border-top: 1px solid #4C5870;
		border-right: 1px solid #4C5870;*/
	}
	.lineupPage ul.btnList04 li a::after {
		position: absolute;
		content: "";
		top: 50%;
		/*right: 30px;*/
		width: 10px;
		height: 10px;
		margin-top: -2px;
		margin-left: 1rem;
		border-top: 2px solid #4C5870;
		border-right: 2px solid #4C5870;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.lineupPage ul.btnList04 li a:hover {
		opacity: 1;
		color: #4C5870;
		/*background: #4C5870;*/
		/*color: #fff;*/
	}
	.lineupPage ul.btnList04 li a:hover::after {
/*		top: 26px;*/
		animation: under .3s;
	}
	@keyframes under {
		100% {
			top: 18px;
		}
	}

	.lineupPage ul.btnList04 li:first-child a {
		/*border-left: 1px solid #4C5870;*/
	}

	/*.lineupPage ul.btnList04 li.selected a {
		opacity: 1;
		background: #4C5870;
		color: #fff;
	}*/






	.lineupPage {
		width: 100%;
		background-color: #fff;
	}

	.lineupPage .wrap {
		max-width: 1160px;
		margin: 0 auto;
	}

	h3.title {
		border-left: 10px solid #4C5870;
		font-size: 24px;
		font-weight: 600;
		padding-left: 30px;
		margin-bottom: 40px;
	}
	
	h4 {
		font-size: 19px;
		font-weight: 600;
		margin-bottom: 15px;
		border-bottom: 1px solid rgba(76, 88, 112, 0.3);
	}
	
	h4 span {
		font-size: 26px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		font-style: italic;
		margin-left: 3px;
	}
	
	h4 span.bold {
		font-family: inherit;
		font-weight: bold;
		font-size: 24px;
	}
	
	#damper h4.center.bold {
		border: none;
		font-size: 180%;
		margin-bottom: 5px;
	}
	
	h5 {
		font-size: 21px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 2rem;
	}
	
	h6 {
		font-size: 21px;
		font-weight: bold;
		margin-bottom: 1.2rem;
	}
	
	.lineupPage .wrap .text {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 2rem;
	}
	
	.lineupPage .wrap .text.mb4 {
		margin-bottom: 4rem;
	}
	
	.lineupPage .wrap .text.mb0 {
		margin-bottom: 0;
	}
	
	.mb1 {
	margin-bottom: 1rem;
	}
	
	.mb20 {
	margin-bottom: 20px;
	}

	.mb40 {
	margin-bottom: 40px;
	}

	.mb60 {
	margin-bottom: 60px;
	}

	.mb80 {
	margin-bottom: 80px;
	}

	.right {
		text-align: right;
	}

	.flexBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 40px;
	} 

	.flexBox div.pct {
		width: 44.8%;
	}

	.flexBox div.detail {
		width: 50%;
	}

	.flexBox div.detail48 {
		width: 48%;
	}
	
	.detail38 {
		width: 38%;
	}
	
	.detail58 {
		width: 58%;
	}
	

	.movieWrap {
		max-width: 1160px;
		margin: 80px auto 0;
		display: flex;
		gap: 40px;
	}
	.movieBox {
		width: 60%;
		margin: 0 auto 0;
	}

	.youtube {
		position: relative;
		width: 100%;
		padding: 56.2% 0 0 0;
		margin: 10px auto;
	}

	.youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
		
	.border {
		border: 1px solid rgba(76, 88, 112, 0.3);
		padding: 2rem;
	}
	
	.style02 {
		align-items: center;
	}
	
	.style02 div:first-child,.style02 div:last-child {
		width: 40%;
	}
	
	.style02 div:first-child img,.style02 div:last-child img {
		margin-bottom: 2rem;
	}
	
	.style02 div:first-child .text,.style02 div:last-child .text {
		min-height: 12rem;
	}
	
	.style02 div:nth-child(2) {
		width: 20%;
		margin: 0 auto 8rem;
	}
	
	table {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	
	table,table td,table th {
		border: 1px solid #595959;
		border-collapse: collapse;
		padding: 0.8rem;
		table-layout: fixed;
	}
	
	table th {
		text-align: center;
		background: #4C5870;
		border-right: none;
		border-left: 1px solid #EBEDEC;
		color:#fff;
	}
	
	.damperTable01 th:first-child {
		width: 6rem;
		border-left: 1px solid #595959;
	}
	
	.damperTable02 th:first-child {
		border-left: 1px solid #595959;
	}
	
	table th:last-child {
		border-right: 1px solid #595959;
	}
	
	table td:first-child {
		text-align: center;
		vertical-align: middle;
	}
	
	table td ul {
		padding-left: 2rem;
	}
	
	table td ul li {
		list-style: disc;
		line-height: 2;
	}
	
	.damperTable02 {
		table-layout: fixed;
		text-align: center;
	}
	
	.damperTable02 .textRed td {
		font-weight: bold;
		color:#c10e24;
	}
	
	.w600 {
		width: 600px;
		margin: 0 auto 4rem;
	}
	
	#grade,#hybrid,#laminated {
		margin-bottom: 8rem;
	}
	
	
}

@media all and (max-width: 768px) {
	img {
		width: 100%;
	}
	
	img.spAuto {
		width: auto;
	}
	
     .lineupPage .wrap .text {
          font-size: 12px;
          line-height: 23px; 
	}	
	
	.mb1 {
	margin-bottom: 1rem;
	}
	
	.mb4 {
	margin-bottom: 2rem;
	}
	
	.mbs1 {
		margin-bottom: 1rem;
	}
	
	.center.textSmall,.right.textSmall {
		text-align: left;
	}


/*こだわりの性能＞地震に強い家　ローカルナビ（上部）*/
	.lineupPage ul.btnList03 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 20px;
		margin: 40px auto;
	}

	.lineupPage ul.btnList03 li {
		width: 50%;
	}

	.lineupPage ul.btnList03 li:first-child a,
	.lineupPage ul.btnList03 li:nth-child(2) a {
		/*border-top: 1px solid #4C5870;*/
		border-bottom: 2px solid #f3f3f3;
	}

	.lineupPage ul.btnList03 li:first-child a,
	.lineupPage ul.btnList03 li:nth-child(3) a,
	.lineupPage ul.btnList03 li:nth-child(5) a {
		/*border-left: 1px solid #4C5870;*/
	}

	.lineupPage ul.btnList03 li:nth-child(3) a,
	.lineupPage ul.btnList03 li:nth-child(4) a,
	.lineupPage ul.btnList03 li:nth-child(5) a {
		border-bottom: 2px solid #f3f3f3;
	}

	.lineupPage ul.btnList03 li a {
		display: block;
		font-size: 13px;
		font-weight: 600;
		text-align: center;
		color: #000;
		padding: 1rem 0;
		position: relative;
		/*border-right: 1px solid #4C5870;*/
		opacity: 1;
	}
	.lineupPage ul.btnList03 li a::after {
		position: absolute;
		content: "";
		top: 50%;
		width: 8px;
		height: 8px;
		margin-top: -7px;
		margin-left: 1.5rem;
		border-top: 2px solid #4C5870;
		border-right: 2px solid #4C5870;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.lineupPage ul.btnList03 li a:hover{
		color: #4C5870;
	}
	.lineupPage ul.btnList03 li a:hover::after{
		/*top: 26px;*/
		animation: top .3s;
	}
		@keyframes top {
		100% {
			top: 26px;
		}
	}

	/*.lineupPage ul.btnList03 li.selected a {
		opacity: 1;
		background: #4C5870;
		color: #fff;
	}*/



/*こだわりの性能＞地震に強い家　ローカルナビ（下部）*/
	.lineupPage ul.btnList04 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 20px;
		margin: 40px auto;
	}

	.lineupPage ul.btnList04 li {
		width: 50%;
	}

	.lineupPage ul.btnList04 li:first-child a,
	.lineupPage ul.btnList04 li:nth-child(2) a {
		/*border-top: 1px solid #4C5870;*/
		border-bottom: 2px solid #f3f3f3;
	}

	.lineupPage ul.btnList04 li:first-child a,
	.lineupPage ul.btnList04 li:nth-child(3) a,
	.lineupPage ul.btnList04 li:nth-child(5) a {
		/*border-left: 1px solid #4C5870;*/
	}

	.lineupPage ul.btnList04 li:nth-child(3) a,
	.lineupPage ul.btnList04 li:nth-child(4) a,
	.lineupPage ul.btnList04 li:nth-child(5) a {
		border-bottom: 2px solid #f3f3f3;
	}

	.lineupPage ul.btnList04 li a {
		display: block;
		font-size: 13px;
		font-weight: 600;
		text-align: center;
		color: #000;
		padding: 1rem 0;
		position: relative;
		/*border-right: 1px solid #4C5870;*/
		opacity: 1;
	}
	.lineupPage ul.btnList04 li a::after {
		position: absolute;
		content: "";
		top: 50%;
		width: 8px;
		height: 8px;
		margin-top: -3px;
		margin-left: 1rem;
		border-top: 2px solid #4C5870;
		border-right: 2px solid #4C5870;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.lineupPage ul.btnList04 li a:hover{
		color: #4C5870;
	}
	.lineupPage ul.btnList04 li a:hover::after{
		/*top: 26px;*/
		animation: under .3s;
	}
		@keyframes under {
		100% {
			top: 10px;
		}
	}
	
	
	/*.lineupPage ul.btnList03 li.selected a {
		opacity: 1;
		background: #4C5870;
		color: #fff;
	}*/





	.lineupPage .economicPagelink {
		margin-bottom: 0;
	}

	.movieWrap {
		padding: 30px 0 5px;
	}

	.movieBox {
		width: 100%;
		margin: 2rem auto 50px;
	}	  

	iframe {
		width: 100%;
	}	
	
    h3.title {
      border-left: 5px solid #4C5870;
      font-size: 16px;
      line-height: 28px;
      font-weight: 600;
      padding-left: 15px;
      margin-bottom: 20px;
	}
	
	h4 {
	  font-size: 13px;
	  font-weight: 600;
	  padding-bottom: 5px;
	  margin-bottom: 10px;
	  border-bottom: 1px solid rgba(76, 88, 112, 0.3); 
	}

	h4 span {
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		font-style: italic;
		margin-left: 3px;
	}
	
	#damper h4.center.bold {
		border: none;
		font-size: 18px;
		margin-bottom: 5px;
	}
	
	h5,h6 {
	  font-size: 14px;
	  font-weight: 600;
	  margin-bottom: 1rem;
	}	
	
	.wrap {
		padding: 0 20px;
	}	
	
	.detail,.pct,.detail48 {
		margin-bottom: 2rem;
	}
	
	.border {
		border: 1px solid rgba(76, 88, 112, 0.3);
		padding: 1rem;
	}
	
	.style02 {
		margin-bottom: 2rem;
	}
	.style02 div:first-child img,.style02 div:last-child img {
		width: 80%;
		margin: 0 auto 1rem;
	}

	.style02 div:nth-child(2) {
		width: 15%;
		margin: 0 auto 2rem;
	}
	
	.textSmall {
		font-size: 12px;
	}
	
	.right {
		text-align: right;
	}
	
	p.right.sp.textSmall {
		font-size: 12px;
		text-align: right;
	}
	
	.tableWrapper {
		max-width: 960px;
		overflow-x: scroll;
	}
	
	.tableWrapper table {
		position: relative;
		margin-bottom: 0.8rem;
		width: 100%;
	}	
	
	table {
		width: 100%;
		margin-bottom: 4rem;
	}
	
	table,table td,table th {
		border: 1px solid #595959;
		border-collapse: collapse;
		padding: 0.8rem;
		font-size: 12px;
		white-space: nowrap;
	}
	
	table th {
		text-align: center;
		background: #4C5870;
		color:#fff;
		border-left: 1px solid #EBEDEC;
		border-right: none;
	}
	
	table th:first-child {
		border-left: 1px solid #595959;
	}
	
	.damperTable01 th:first-child {
		width: 6rem;
	}
	
	table th:last-child {
		border-right: 1px solid #595959;
	}
	
	table td:first-child {
		text-align: center;
		vertical-align: middle;
	}
	
	table td ul {
		padding-left: 2rem;
	}
	
	table td ul li {
		list-style: disc;
		line-height: 2;
	}	
	
	.damperTable02 {
		table-layout: fixed;
		text-align: center;
	}
	
	.damperTable02 .textRed td {
		font-weight: bold;
		color:#c10e24;
	}	
	
	.w600 img {
		margin-bottom: 1rem;
	}
	
	#grade,#hybrid,#laminated {
		margin-bottom: 6rem;
	}
	
	
	.w70 {
		width: 70%;
		margin: 0 auto 1rem;
	}
	  

}