@charset "UTF-8";
/*＝＝＝＝＝＝延長保証　扉ページ＝＝＝＝＝＝＝＝*/

h2 {
	border-bottom: solid 10px #000;
	position: relative;
	background: none;
	line-height: 2.2;
	margin: 6% auto;
	display: inline-block;
	padding: 0 0 1rem 0;
	font-size: 220%;
	font-weight: bold;
	z-index: -1;
}
 
h2.mainTitle:after,h2.mainTitle:before {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	bottom: -10px;
	width: 30%;
	border-bottom: 10px solid #fff;
}

h2.mainTitle:after {
	left: 0;
}

h2.mainTitle:before {
	right: 0;
}

h2.extensionTitle {
    border: none;
    padding: 0;
    margin: 0 0 4%;
	color: #C90010;
}

.topText {
	font-size: 110%;
	line-height: 2.5;
	margin-bottom: 6%;
}

.contentsBox {
	margin-bottom: 8%;
}

.contentsBox figure {
	margin-bottom: 4%;
}

.contentsBox .flexBox.warranty {
	align-items: center;
}

.contentsBox .flexBox.warranty li:first-child {
	width: 35%;
}

.contentsBox .flexBox.warranty li:last-child {
	width: 58%;
	text-align: left;
}

.contentsBox .flexBox.extension li {
	width: 50%;
	border-right: 1px solid #ccc;
	padding: 0 4%;
	display: flex;
    flex-direction: column;
}

.contentsBox .flexBox.extension li:last-child {
	border-right: none;
}

.contentsBox .flexBox.extension li:last-child .borderTop {
	border-top: solid 1px #ddd;
	padding-top: 4%;
}

.contentsBox .flexBox h3 {
	color: #000;
	font-size: 290%;
}

.contentsBox .flexBox h3 span {
	display: block;
	font-weight: bold;
	font-family: copperplate, serif;
	font-size: 60%;
}

.contentsBox .flexBox h3 span.textSmall {
	font-size: 45%;
}

.contentsBox .flexBox h4 {
	font-size: 150%;
	margin-bottom: 4%;
}

.contentsBox .flexBox.extension h4,.contentsBox .flexBox.extension p.text {
	text-align: left;
}

.contentsBox .flexBox.extension p.mark {
	margin: auto 0 0;
}

.underLine {
	text-decoration: underline;
}


@media screen and ( max-width:1120px) {
	.contentsBox .flexBox h3 {
		font-size: 240%;
	}
}

@media screen and ( max-width:960px) {
	.contentsBox .flexBox h3 {
		font-size: 190%;
	}
}
@media screen and (min-width:769px) and ( max-width:1120px) { 
	
	.contentsBox .flexBox.warranty li:first-child {
		width: 100%;
		text-align: center;
	}
	
	.contentsBox .flexBox.warranty li:first-child img {
		width: 50%;
	}


	.contentsBox .flexBox.warranty li:last-child {
		width: 100%;
		text-align: left;
	}

}
@media screen and (min-width:769px) {
	#fixedNav {
		display: none;
	}
	
	.contentsBox .flexBox.extension p.textSmall {
		margin:0 0 2rem;
		font-size: 90%;
	}
	
	h2.extensionTitle {
		font-size: 170%;
		background: #993333;
		color: #fff;
		width: 100%;
	}
	
	h2.extensionTitle.blue {
		background: #004479;

	}
	
	h2.extensionTitle.green {
		background: #385723;
	}	
	
	
}



@media screen and (min-width:320px) and ( max-width:768px) { 
	h2 {
		font-size: 100%;
		margin: 8% auto;
		border-bottom: solid 6px #000;
	}
	 
	h2.mainTitle:after,h2.mainTitle:before {
		bottom: -6px;
		border-bottom: 6px solid #fff;
	}
	
	h2.extensionTitle {
		margin: 4% 0 0;
		line-height: 1.6;
		font-size: 120%;
	}
	
	.topText {
		line-height: 1.6;
		margin-bottom: 8%;
		font-size: 90%;
	}
	
	.contentsBox {
		margin-bottom: 12%;
	}

	.contentsBox .flexBox.warranty li:first-child {
		width:100%;
		padding: 2rem 0 0;
	}
	
	.contentsBox .flexBox.warranty li:last-child {
		width:100%;
	}
	
	.contentsBox .flexBox.extension,.contentsBox .flexBox.warranty {
		display: block;
	}
	
	.contentsBox .flexBox.extension li {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #ccc;
		padding: 2rem 0;
		display: flex;
		flex-direction: column;
	}
	
	.contentsBox .flexBox li h3 img {
		width: 45%;
	}	
	
	.contentsBox figure {
		margin-bottom: 6%;
	}
	.contentsBox .flexBox h4 {
		font-size: 110%;
		text-align: center;
	}
	
	.contentsBox .flexBox h3 {
		font-size: 130%;
		margin: 0 0 6% 0;
		min-height: auto;
	}	
	
	h2.extensionTitle {
		font-size: 110%;
		background: #993333;
		color: #fff;
		width: 100%;
		padding: 7px 0;
    	line-height: 1.4;
	}
	
	h2.extensionTitle.blue {
		background: #004479;
	}
	
	.contentsBox .flexBox h3 span.textSmall {
		font-size: 70%;
	}
	
	
	
}


/*＝＝＝＝2023/4/7追加＝＝＝＝*/

.tenantTitle {
	text-align: center;
	position: relative;
	margin-top: 100px;
	z-index: -1;
}

.tenantTitle span {
	font-size: 26px;
	font-weight: bold;
	color: #555;
	display: inline-block;
}

.tenantTitle:before {
	position: absolute;
	content: "";
	top:0;
	bottom:0;
	left:32%;
	width: 80px;
	height: 1px;
	border-top: 1px solid #555;
	margin: auto;
}	

.tenantTitle:after {
	position: absolute;
	content: "";
	top:0;
	bottom:0;
	right:32%;
	width: 80px;
	height: 1px;
	border-top: 1px solid #555;
	margin: auto;
}
		
@media screen and (min-width:320px) and ( max-width:768px) { 

.tenantTitle {
	margin-top: 10%;
}

.tenantTitle span {
	font-size: 16px;
}

.tenantTitle:before {
	left:18%;
	width: 35px;
}	

.tenantTitle:after {
	right:18%;
	width: 35px;
}
	
	
	

}




