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

/*#pageTitle h1{
    background-image: url(../../images/icon_link.png);
}*/

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{

/* ----------------------------------------------
	リンク集
------------------------------------------------- */
#firstUse{
	padding-bottom: 50px;
}
#firstUse .content h3{
	background-image: url("../../images/mc_docu.png");
}
	#firstUse .wrapper{
		display: block;
		text-align: center;
	}
	#firstUse ul{
		display: inline-block;
		text-align: left;
		border: 1.5px solid #CC6699;
		padding: 7px 15px 5px;
		box-sizing: border-box;
	}
	#firstUse ul li{
		margin: 5px 0;
	}
	#firstUse ul li::before{
		content: "●";
		color: #CC6699;
		font-size: 135%;
		line-height: 1.0;
	}
	#firstUse ul li span{
		font-weight: bold;
	}

	#firstUse h5{
		font-size: 120%;
		font-weight: bold;
		color: #CC6699;
		margin: 40px 0 10px;
	}
	#firstUse div{
		display: inline-block;
		text-align: left;
	}
	#firstUse div p:first-of-type{
		margin: 15px 0;
		padding-left: 1em;
	}

}
/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

@media screen and (max-width: 768px) {

/* ----------------------------------------------
	リンク集
------------------------------------------------- */
#firstUse{
	padding-bottom: 40px;
}
#firstUse .content h3{
	background-image: url("../../images/mc_docu.png");
}
	#firstUse .wrapper{
		display: block;
		text-align: center;
	}
	#firstUse ul{
		display: inline-block;
		text-align: left;
		border: 1.5px solid #CC6699;
		padding: 7px 15px 5px;
		box-sizing: border-box;
	}
	#firstUse ul li{
		margin: 5px 0;
	}
	#firstUse ul li::before{
		content: "●";
		color: #CC6699;
		font-size: 135%;
		line-height: 1.0;
	}
	#firstUse ul li span{
		font-weight: bold;
	}

	#firstUse h5{
		font-size: 120%;
		font-weight: bold;
		color: #CC6699;
		margin: 40px 0 10px;
	}
	#firstUse div{
		display: inline-block;
		text-align: left;
	}
	#firstUse div p:first-of-type{
		margin: 15px 0;
	}
	a[href*="tel:"] {
		color: inherit;
		text-decoration: underline;
	}

}