@charset "UTF-8";

/* //////////////////////////////////////////////////
[safetynet]
////////////////////////////////////////////////// */

/*PIE利用のcss3プロパティの最後 
behavior: url(/members/new-rentax/common/PIE.htc); */


/* ------------------------------------------------------------
	hタグの処理
------------------------------------------------------------ */
div#wrap h1{
	background: url(../../images/safetynet/safetynet_head_mainImg.jpg);
}

div#wrap h3{
	width: 730px;
	height: 0px;
	padding-top: 41px;
	overflow: hidden;
}


/* ------------------------------------------------------------
	sideの処理
------------------------------------------------------------ */

/*メニュー追加があれば記載*/
div#side_rightColumn nav#s_top dl dd ul li#c_a_top,
div#side_rightColumn nav#s_pre dl dd ul li#c_a_pre,
div#side_rightColumn nav#s_access dl dd ul li#c_a_access{
	background-color: #ff989d;
}
div#side_rightColumn nav#s_top dl dd ul li#c_a_top a,
div#side_rightColumn nav#s_pre dl dd ul li#c_a_pre a,
div#side_rightColumn nav#s_access dl dd ul li#c_a_access a{
	color: #ffffff;
}

/* ------------------------------------------------------------
	safetynet
------------------------------------------------------------ */
#safetynet .title{
	margin: 10px 0;
	font-size: 18px;
	border-left: 5px solid #E70012;
    padding-left: 10px;
}

#safetynet .text{
	margin: 20px 0 50px;
}

#safetynet .safetynet_img{
	width: 500px;
	padding: 0 0 70px;
    margin: 0 auto;
    display: flex;
}

#safetynet .safety_wrap{
	width: 600px;
	display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    background-color: #F5F5F5;
    border-radius: 10px;
}

#safetynet .safety_w{
	display: flex;
	flex-direction: row;
	flex-direction: row;
    align-items: center;
    gap: 10px;
}

#safetynet .safety{
	width: 170px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #E70012;
	background-color: #ffffff;
    font-weight: bold;
    border: 2px solid #ff5b5b;
    border-radius: 8px;
	letter-spacing: 0.5px;
}

.mt20{
	margin-top: 20px;
}

