/* CSS Document */

.maindesign h3.topic_title {
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 1.2;
    font-size: 2em;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width:767px) {
.maindesign h3.topic_title {
    margin: 0 0 20px;
    font-feature-settings: "palt" 1;
    font-size: 1.8em;
}
		}

.maindesign .left_border_red {
		border-left: 10px solid #E5002D;
        margin: 10px 0 10px;
        font-size: 1.2em;
        color: #000;
        padding: 0.3rem 0.5rem;
		display: flex;
		
	}

.maindesign span.left_border_red {
		border-left: 10px solid #E5002D;
        color: #000;
        padding: 0.3rem 0.5rem;
	    margin: 10px 0 10px;
		font-size: 1em;
	}
.maindesign .line_shift {
        font-size: 1.2em;
	    display: flex;
        align-items: center;
}
@media screen and (max-width:767px) {
	.maindesign span.left_border_red {
	    margin: 10px 0 0px;
		
	}
	.maindesign span.line_shift_txt {
		font-size: 1rem;
        margin-bottom: 10px;
        display: inline-block;
	}
	
	.maindesign .line_shift {
	    display: block ;
}
}
	.maindesign .padding-left_add {
		padding-left: 18px;
        margin: 10px 0 5px;
		line-height: 1.5;
	}
	
	@media screen and (max-width:767px) {
		.maindesign .padding-left_add {
			padding-left: 0;
	}
	}

.maindesign .w10 {
		width: 10%;
	}
	
	.maindesign .w50 {
		width: 50%;
	}
	
	 @media screen and (max-width:767px) {
	.maindesign .w50 {
		width: 100%;
	}
		 
	.maindesign .w72 {
		width: 72%;
	}
		
	 .maindesign .slide-box table.details_table.wfull.w650 {
			 width: 650px;
		 }
	}
	
	.maindesign p.exp_txt {
		padding-left: 1em;
        text-indent: -1em;
	}
.maindesign table.middle_table {
	margin-top: 10px;
}

.maindesign table.middle_table th.w20 {
	width: 20%;
}

.maindesign h3.font-size_add1 {
	font-size: 1.25em;
    margin: 10px 0 10px;
	line-height: 1.2;
    font-feature-settings: "palt" 1;
	font-weight: normal;
}

.maindesign table.details_table {
    margin: 0 0 30px;
	line-height: 1.2;
}



.maindesign .block_list.cols2-1 li.w100 {
	width: 100%;
}

.maindesign table.roof_color {
	margin-top: 10px;
}

.maindesign table.roof_color img {
	margin-top: 0;
}

.maindesign .left {
    text-align: left;
    font-weight: normal;
}














