@charset "utf-8";
/* CSS Document */

.tearainashi{
    width: 125px;
    background: #bec4c7;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    border: solid 2px #bec4c7;
}
.tearainashi p{
    text-align: center;
}

.tearaiari {
    width: 125px;
    background: #ffffff;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #474141;
    border-radius: 50px;
    border: solid 2px #333;
}
.tearaiari p{
    text-align: center;
}
.guarantee10 {
    width: 60%;
}

/*タブレット*/
@media screen and (max-width : 767px){
	
	
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	

	
	
	
	

}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	
/*
----------------------シリーズページ共通---------------------------*/	
	
section.colorvar table th{
	font-size:7px;
}	
.tearainashi {
    width: 100%;
    font-size: 1.4em;
	overflow: hidden;
	position: relative;
	top: 0;
	border-radius: 0;
	border: 2px solid #ddd;
}
.tearaiari {
    width: 100%;
    font-size: 1.4em;
	overflow: hidden;
	position: relative;
	top: 0;
	border-radius: 0;
	border: 2px solid #ddd;
}
.guarantee10 {
    width: 100%;
	margin-bottom: 2%;
}
}



