<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/*------------------------------------
    コンテンツ
------------------------------------*/
h2{
	margin-bottom: 20px;
}

h2 + p,
h3 + p{
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    h2 + p,
    h3 + p{
        width: 95%;
        margin: 0 auto 30px;
    }
}


/*----種類----*/
.typeCont .typeBox{
    margin: 40px auto 60px;
}
.typeCont .typeBox h4{
    color: #060085;
	margin-bottom: 20px;
    padding: 5px;
    font-size: 42px;
	font-weight: 700;
	line-height: 1.2em;
    text-align: center;
    letter-spacing: 0.08em;
	border-bottom: 1px solid #152a92;
}

/*----種類/スタンダード----*/
.standardCont .typeCont .typeBox .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto 40px;
}
.standardCont .typeCont .typeBox .inner .typeInfo{
    width: 440px;
}

.standardCont .typeCont .typeBox .inner .typeInfo &gt; dl &gt; dt{
	margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 700;
	line-height: 1.5em;
    border-left: 4px solid #ffff57;
}
.standardCont .typeCont .typeBox .inner .typeInfo &gt; dl &gt; dt b{
	color: #ff1451;
}

.standardCont .typeCont .typeBox .inner .typeInfo &gt; dl &gt; dd p{
	line-height: 2.2em;
}

.standardCont .typeCont .typeBox .linkBtn a{
	width: 100%;
	padding: 10px;
	padding-right: 30px;
    font-size: 16px;
}

/*----種類/マルチ----*/
.multiCont .typeCont .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.multiCont .typeCont .inner dl{
	width: 400px;
}
.multiCont .typeCont .inner dl dt{
	color: #152a92;
	margin-bottom: 20px;
	padding: 8px 0;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #152a92;
}

.multiCont .typeCont .inner dl dd &gt; p{
	margin-top: 15px;
}
.multiCont .typeCont .inner dl dd .linkBtn a{
	width: 100%;
	padding: 15px 10px;
	padding-right: 30px;
	font-size: 16px;
}
.multiCont .typeCont .inner dl dd .linkBtn a b{
	font-size: 18px;
}



@media screen and (max-width: 768px) {
	.typeCont .typeBox h4{
		font-size: 35px;
	}
	
	/*----種類/スタンダード----*/
	.standardCont .typeCont .typeBox .inner{
		width: 95%;
	}
	.standardCont .typeCont .typeBox .inner .typeImg{
		width: 45%;
	}
	.standardCont .typeCont .typeBox .inner .typeInfo{
		width: 53%;
	}
	
	.standardCont .typeCont .typeBox .inner .typeInfo &gt; dl &gt; dt{
		font-size: 18px;
	}

	.standardCont .typeCont .typeBox .inner .typeInfo &gt; dl &gt; dd p{
		line-height: 2.0em;
	}

    /*----種類/マルチ----*/
    .multiCont .typeCont .inner{
        width: 95%;
        margin: auto;
    }

    .multiCont .typeCont .inner dl{
        width: 48%;
    }
    .multiCont .typeCont .inner dl dt{
        font-size: 22px;
    }

    .multiCont .typeCont .inner dl dd .linkBtn a{
        padding: 12px 10px;
        padding-right: 30px;
        font-size: 15px;
    }
    .multiCont .typeCont .inner dl dd .linkBtn a b{
        font-size: 17px;
    }

}
@media screen and (max-width: 480px) {
	.typeCont .typeBox h4{
		font-size: 30px;
	}
	
	/*----種類/スタンダード----*/
	.standardCont .typeCont .typeBox .inner{
		border-bottom: 1px dashed #ccc;
	}
	.standardCont .typeCont .typeBox .inner .typeImg{
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	.standardCont .typeCont .typeBox .inner .typeImg img{
		max-width: 350px;
	}
	.standardCont .typeCont .typeBox .inner .typeInfo{
		width: 100%;
	}

    /*----種類/マルチ----*/
    .multiCont .typeCont .inner dl{
        width: 100%;
    }
    .multiCont .typeCont .inner dl dd{
        text-align: center;
    }
    .multiCont .typeCont .inner dl dd img{
        max-width: 400px;
    }
    .multiCont .typeCont .inner dl dd p{
        text-align: left;
    }
}

/*----仕様について----*/
.specCont .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto;
}
.specCont .inner &gt; dl{
    width: 420px;
    margin-bottom: 40px;
}
.specCont .inner &gt; dl dt{
	background-color: #e9ecf7;
    color: #152a92;
    margin-bottom: 10px;
    padding: 8px 10px;
	padding-left: 50px;
    font-size: 18px;
    font-weight: bold;
	position: relative;
}
.specCont .inner &gt; dl dt:before{
	content: "";
	display: block;
	background-color: #152a92;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.specCont .inner &gt; dl dd img{
    margin-bottom: 15px;
}

/**/
.specCont .inner &gt; dl:nth-of-type(1) dt:before{
	background-image: url(../../_images/variation/number_1.gif);
}
.specCont .inner &gt; dl:nth-of-type(2) dt:before{
	background-image: url(../../_images/variation/number_2.gif);
}
.specCont .inner &gt; dl:nth-of-type(3) dt:before{
	background-image: url(../../_images/variation/number_3.gif);
}
.specCont .inner &gt; dl:nth-of-type(4) dt:before{
	background-image: url(../../_images/variation/number_4.gif);
}


@media screen and (max-width: 768px) {
	.specCont .inner{
		width: 95%;
	}
	.specCont .inner &gt; dl{
		width: 48%;
	}
}
@media screen and (max-width: 480px) {
	.specCont .inner &gt; dl{
        width: 100%;
    }
}


/*----サイズについて----*/
.sizeCont .inner &gt; img{
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.sizeCont .inner &gt; p{
        width: 95%;
		margin: auto;
    }
}

/*----バイアスについて----*/
.biasCont .inner &gt; img{
    margin-bottom: 10px;
}
.biasCont .inner p.red{
	margin-bottom: 15px;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.biasCont .inner &gt; p{
        width: 95%;
		margin: auto;
    }
}

/*----オプションについて/スタンダード、注意点/マルチ----*/
.optionCont .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.optionCont .inner dl{
	width: 440px;
}
.optionCont .inner dl &gt; dt{
	margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold;
	line-height: 1.5em;
    border-left: 6px solid #ffff57;
}
.optionCont .inner dl &gt; dt b{
	color: #ff1451;
}

.optionCont .inner dl &gt; dd p{
	line-height: 2.2em;
}

@media screen and (max-width: 768px) {
	.optionCont .inner{
		width: 95%;
		margin: auto;
	}
	.optionCont .inner &gt; div{
		width: 45%;
	}
	.optionCont .inner &gt; dl{
		width: 53%;
	}
}

@media screen and (max-width: 480px) {
	.optionCont .inner &gt; div{
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	.optionCont .inner &gt; div img{
		max-width: 350px;
	}
	.optionCont .inner dl{
		width: 100%;
	}
}

/*----特徴/マルチ----*/
.featureCont .featureBox{
    margin: 40px auto 60px;
}
.featureCont .featureBox h4{
    background-image: linear-gradient(to left, #e4f2ff 90%, #fff 100%);
	margin: 40px 0;
    padding: 5px;
	padding-left: 110px;
    font-size: 26px;
	font-weight: bold;
	line-height: 1.4em;
    letter-spacing: 0.08em;
	position: relative;
}
.featureCont .featureBox h4 b{
	color: #ec008b;
}
.featureCont .featureBox h4:before{
	content: "";
	display: block;
	background-color: #fff66b;
	background-repeat: no-repeat;
	background-position: center;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgba(255,246,107,0.3);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.featureCont .point1 h4:before{
	background-image: url(../../_images/variation/multi/feature_point1_icon.gif);
}
.featureCont .point2 h4:before{
	background-image: url(../../_images/variation/multi/feature_point2_icon.gif);
}

.featureCont .featureBox .inner{
    margin: 20px auto 40px;
	text-align: center;
}
.featureCont .featureBox .inner img{
	margin-bottom: 15px;
}
.featureCont .featureBox .inner p{
	text-align: left;
}


@media screen and (max-width: 768px) {
    .featureCont .featureBox{
        margin: 0 auto 30px;
    }
    .featureCont .featureBox h4{
        margin: 0 0 30px;
        font-size: 24px;
    }

    .featureCont .featureBox .inner{
        width: 95%;
    }
}
@media screen and (max-width: 480px) {
    .featureCont .featureBox h4{
        margin-left: 30px;
        padding-left: 70px;
        font-size: 22px;
    }
    .featureCont .featureBox h4:before{
        width: 75px;
        height: 75px;
        background-size: 90%;
        left: -20px;
    }
}




/*----お見積りリンク----*/
.estimateLink h3{
	background-color: #dbf3ff;
	color: #152a92;
	margin-bottom: 20px;
	padding: 20px 15px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	border-top: 2px solid #060085;
	border-bottom: 2px solid #060085;
}

.estimateLink h3 + p{
    margin: 0 auto 30px;
}

.estimateLink .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.estimateLink .inner dl{
	width: 400px;
}
.estimateLink .inner dl dt{
	color: #152a92;
	margin-bottom: 20px;
	padding: 8px 0;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #152a92;
}

.estimateLink .inner dl dd .linkBtn a{
	width: 100%;
	padding: 15px 10px;
	padding-right: 30px;
	font-size: 16px;
}
.estimateLink .inner dl dd .linkBtn a b{
	font-size: 18px;
}


@media screen and (max-width: 768px) {
	.estimateLink h3{
		padding: 10px 15px;
		font-size: 25px;
	}
	
	.estimateLink h3 + p{
		margin: 0 auto 30px;
	}
	
	.estimateLink .inner{
		width: 95%;
		margin: auto;
	}
	
	.estimateLink .inner dl{
		width: 48%;
	}
	.estimateLink .inner dl dt{
		font-size: 22px;
	}
}

@media screen and (max-width: 480px) {
	.estimateLink h3{
		font-size: 20px;
	}
	
	.estimateLink h3 + p{
		margin: 0 auto 30px;
	}

	.estimateLink .inner dl{
		width: 100%;
	}
	.estimateLink .inner dl dt{
		font-size: 20px;
	}
	.estimateLink .inner dl dd{
		text-align: center;
	}
	.estimateLink .inner dl dd img{
		max-width: 350px;
	}
	.estimateLink .inner dl dd .linkBtn a{
		font-size: 15px;
	}
	.estimateLink .inner dl dd .linkBtn a b{
		font-size: 17px;
	}
}




</pre></body></html>