@charset "utf-8";
/*ｰｰｰｰｰ禁止事項 /ｰｰｰｰｰ*/
.content {
	text-align:left !important;
}

.about_bold {
	border-bottom:1px solid #0e68b2;
	margin-bottom:10px;
	color:#0e68b2;
}

h4.agreement_title{
	color: #FF4444;
}
h4.agreement_title::after {
	background-color: #FF4444;
}
.agreement{
	max-width: 900px;
	width: 94%;
	margin: 0 auto;
}
.agreement p{
	text-align: left;
	margin-bottom: 0;
}

.text_red {
	color:#C00 !important;
	font-size:16px;
	font-weight:900;
}


.agreement > ul:nth-of-type(1),.agreement > ul:nth-of-type(2){
	margin-bottom: 40px;
}
.agreement li{
	position: relative;
	padding-left: 2.2em;
	margin-bottom: 5px;
	font-size:14px;
}
.agreement li::before {
	position: absolute;
	top: 1px;
	left: 0.5em;
	content: "・";
	width: 10px;
	height: 10px;
	line-height: 20px;
	border-radius: 100%;
	font-size: 14px;
	font-weight: bolder;
	color: #000;
	text-align: center;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.agreement > ul{
		font-size: 1.2rem;
	}
	.agreement li{
		padding-left: 1.4em;
	}
	.agreement li::before {
		top: -1px;
		left: 0;
		font-size: 0.8rem;
	}
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.agreement li{
		border-bottom: #CCCCCC dotted 1px;
		margin-bottom: 10px;
	}
}
.agreement li:last-child{
	margin-bottom: 0px;
}
/*ｰｰｰｰｰ/ 禁止事項ｰｰｰｰｰ*/

.agreement h5 {
	font-size:16px;
	font-weight:900;
	padding-bottom:10px;
}


.agreement img {
	width:100%;
}
