
.cos_about {
	width: 95%;
	margin: 0 auto;
	text-align: left;
}



.cos_topbtn {
	width: 85% !important;
	margin: 50px auto;
}


@media screen and (max-width: 768px) {
	
.cos_about {
	width: 100%;
	font-size: 16px;
}
	
.cos_about ul{
	padding-left: 1.3em;
}
	
		
.cos_about ul li{
	line-height: 1.3em;
	margin-bottom: 10px;
}
	
	
	.cos_topbtn {
		width: 100%;
	}
}





.cos_list {
	width: 90%;
	margin: 50px auto;
	text-align: center;
}




@media screen and (max-width: 768px) {
	.cos_list {
		width: 100%;
	}
}





.cos_ttl {
	color: #590c11;	/* 文字色 */
	overflow: hidden;
	padding: 10px;	/* 余白 */
	position: relative;
	
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.cos_ttl:after {
	background-color: #f3a3a8;	/* 1個目（一番左）のドットの色 */
	border-radius: 50%;
	content: '';
	margin-left: 15px;	/* 最後の文字とドットとの余白 */
	position: absolute;
	top: 50%;
	transform : translateY(-50%);
	width: 5px;	/* ドットの幅 */
	height: 5px;	/* ドットの高さ */
	box-shadow: 20px 0px 0px rgb(217,204,179),	/* 2個目のドットの位置と色 */
		40px 0px 0px rgb(217,204,179),	/* 3個目のドットの位置と色 */
		60px 0px 0px rgb(243,163,168),	/* 4個目のドットの位置と色 */
		80px 0px 0px rgb(217,204,179),	/* 5個目のドットの位置と色 */
		100px 0px 0px rgb(217,204,179),	/* 6個目のドットの位置と色 */
		120px 0px 0px rgb(243,163,168),	/* 7個目のドットの位置と色 */
		140px 0px 0px rgb(217,204,179),	/* 8個目のドットの位置と色 */
		160px 0px 0px rgb(217,204,179),	/* 9個目のドットの位置と色 */
		180px 0px 0px rgb(243,163,168),	/* 10個目のドットの位置と色 */
		200px 0px 0px rgb(217,204,179),	/* 11個目のドットの位置と色 */
		220px 0px 0px rgb(217,204,179);	/* 12個目のドットの位置と色 */
}



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

.cos_ttl {
	font-size: 24px;
	margin-left: -15px;
	margin-bottom: 20px;
}
	

.cos_ttl i {margin-right: -5px;}
	
.cos_tx {font-size: 16px; line-height: 1.3em;}

	
}




.cos_red {color: #C30003;}
.cos_pink {color: #F13E8C;}
.cos_orange {color: #EB6500;}
.cos_yellow {color: #FFC446;}
.cos_green {color: #346E37;}
.cos_blue {color: #3C7DE3;}
.cos_violet {color: #7C5DD5;}
.cos_gray {color: #464646;}
.cos_white {color: #D9D9D9;}


.cos_name {
	margin: 0px auto 30px;
}

.cos_name span{
	display: block;
	color: #A00002;
	font-size: 0.7em;
	margin-top: -5px;
}





