@charset "utf-8";
/* CSS Document */

img{
	width: 100%;
}
/*=====================================================================================
***************************************************************************************

　　一覧
		
***************************************************************************************
=====================================================================================*/
.contents_box{
	text-align: justify;
	padding: 0 25px;
	margin-bottom: 50px;
}
.contents_box_max{
	text-align: center;
	margin-bottom: 50px;
		
}
.contents_box_max_in{
	padding: 0 25px;
	margin-bottom: 20px;
}
.contents_box_max_in span{
	font-size: 12px;
	color: #fff;
	background-color: #ce4186;
	display: block;
	padding: 0 20px;
	border-radius: 13px;
	width: 65px;
	text-align: 23px;
	margin: 0 auto 10px;
}
.bg_pink{
	background-color: #f6d3e3;
	padding: 50px 25px;
	color: #ce4186;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
}
h3{color: #ce4186;margin-bottom: 20px;text-align: center;}
.bg_pink div{
	font-size: 32px;
}
.cap{font-size: 12px;}
.box{margin-bottom: 20px;}
.box .cap{margin: 5px 0 10px;}
.box .cap::before{
	content: "●";
	color: #ce4186;
	margin-right: 5px;
	display: inline-block;
}
.btn{
	color: #fff;
    font-size: 14px;
    padding: 20px 15px;
    box-sizing: border-box;
    display: block;
    margin-top: 40px;
    width: 100%;
    background-color: #ce4186;
    text-align: center;
    text-decoration: none;
	border-radius: 40px;}

.margin0{
	margin: 0;
}
.margin0 p{text-align: left;}
.br_sp{display: none;}
@media screen and (max-width: 400px){
.br_sp{display: block;}
	.btn{border-radius: 60px;}
}







