


.div_of_nameSize {
    font-size: 0.9em;
}

.num_together{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sp_cment {
    font-size: 13px;
    font-weight: 600;
    text-indent: -13px;
    display: inline-block;
    line-height: 16px;
    margin-left: 13px;
}



/*register_jp用*/
.rgst_dateplace{
	margin: 30px 0;
	color: rgba(217,155,180,1);
	text-align: center;
	font-size: 25px;
	line-height: 45px;
	font-weight: normal;
}

#dl_button{
	color: #fff;
	text-decoration: none;
	text-align:center;
	cursor: pointer;
	font-weight: bolder;
	height: 50px;
	background-color: #dd0003;
	line-height: 50px;
	display: block;
	width: 300px;
	margin: 45px auto;
	border-radius: 2px;
	font-size: 20px;
}

.tx12_sty{
	font-weight: normal;
    display: inline-block;
}



/*デバイスの横幅が1000px以下の場合*/
@media only screen and (max-width: 1000px) {
	.rgst_dateplace{
		font-size: 18px;
	    line-height: 29px;
	}
	
}


/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 750px) {


}


.fntSiz9{
	font-size:0.9em;
	display: inline-block;
}
