@charset "Shift_JIS";
/* CSS Document */
#mainContainer {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
}

.mainimg-box {
    width: 100%;
    position: relative;
}


.fuwafuwa {
    position: absolute;
    opacity: 0.8;
    width: 16%;
    top: 1%;
    left: 83%;
    z-index: 2
}

.message {
    width: 60%;
    max-width: 450px;
    position: absolute;
    top: 10%;
    z-index:3
}

.mainimg{
    max-width: 890px;
    width: 87%;
    margin-left: 13%;
}

.temairazu {
    width: 100%;
    background-color: #F7FCFF;
    padding: 15px 0;
    margin-top: 35px
}

.temairazu+p {
    text-align: right;
    margin-bottom: 5%
}


.midashi-box {
    width: 100% !important;

}

.temairazu .midashi-box{
    max-width:280px;
    position: absolute;
    top:-39%
}



.midashi-box img{
    width: 100%
}

.temairazu-box,.temairazu-box img {
    width: 100%
}

.detail-box{
    width: 100%;
    position: relative
}



.detail-box{
    padding: 5% 0 10%
}

.detail img{
    width: 100%
}

.spec-box {
    width: 100%;
}

.fuwafuwa3,.fuwafuwa3 img {
width: 100%;
}

.fuwafuwa3{
    position: absolute;
    top: 0
}

.spec {
    width: 100%;
    margin: 0;
    padding: 13px;
    z-index:1
}

.spec-header{
    padding-bottom: 9%;
    position: relative
}

.spec dd{
    margin: 0;
    padding: 0
}

.spec-img img{
    width: 100%;
}

.spec-title {
    border-bottom: solid #0071bc 2px;
    padding: 0.1em 0 !important;
    font-size: 1.3em
}

.spec-flex {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap
}


#contents {
    width: 100% !important;
}

@media screen and ( max-width:479px ){
    #mainContainer{
        width: 98%
    }
    
    .midashi-box{
        display: block !important
    }
    
    .spec-flex{
        display: block;
        text-align: left
    }
    
    .spec{
        width: 98%;
        max-width: 100%;
        margin: 15px auto;
        padding: 0
    }
    

    .temairazu .midashi-box{
        width: 30% !important;
    }
	
}


/*/////////////// 追加 /////////////////*/
.temairazu {
	background-color: rgba(247,252,255,0.00);
	margin-top: -50px;
	margin-bottom: 20px
}

.spec-flex {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;		
}

.spec {
	padding: 0;
}

.spec img {
	width: 100%;
	height: auto;
}

.spec-header {
    padding-bottom: 6%;
}

.spec-box h2 {
	font-size: 1.8em;
	font-weight: bold;
	width: 100%;
	display: block;
}

.spec-box h3 {
	font-size: 1.6em;
	line-height: 1em;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #9DD3FA;
	padding: 0.75em 0;
	color: #fff;
	margin-bottom: 15px;
}

.spec-box h4 {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	width: 100%;
	display: block;
}

.border-bottom-0 {
	border-bottom: 0;
}

.text-bold {
	font-weight: bold;
}

.font-size-1_2 {
	font-size: 1.2em;
	line-height: 1.7em;
}

.font-size-1_3 {
	font-size: 1.3em;
	line-height: 1.7em;
}

/*//// しっかり洗浄、お掃除しやすい ////*/


@media (min-width: 480px) {
	.temairazu {
		margin-top: -35px;
		margin-bottom: 80px !important;
	}
}

@media (min-width: 576px) {
	.spec-header {
		padding-bottom: 8%;
	}
	
	.spec-box h2 {
		text-align: center;
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) {
	.temairazu {
		margin-top: -100px;
		margin-bottom: 80px !important;
	}
	
	.spec-header {
		padding-bottom: 9%;
	}

	.spec-box h2 {
		font-size: 2.2em;
		margin-bottom: 25px;
	}

	.spec-box h3 {
		font-size: 1.6em;
		padding: 0.75em;
		margin-bottom: 20px;
		width: 93%;
	}
	
	.spec-box h4 {
		font-size: 1.4em;
	}
}

@media (min-width: 992px) {
	.spec-box h4 {
		font-size: 1.45em;
	}
}	

