/*--------------------------------------------
１１７グループ コンテストページTOP
--------------------------------------------*/

p.contest_select {
	font-size : 2rem;
	margin-top: 30px;
	margin-bottom: 30px;
}

p.contest_title01 {
	font-size: 2rem;
	color:#fb3f8a;
	font-weight:bold;
	padding-bottom: 10px;
	border-bottom:#fb3f8a dotted 2px;
}

p.contest_title01 a {
	color:#184a9e;
}

p.contest_title02 {
	font-size:16px;
	line-height: 170%;
}

.contest_bnr {
	padding:15px;
	margin-bottom:20px;
}

.header_line {
    background-color: #e5e5e5;
    height: 4px;
    width: 100%;
}

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

p.contest_title01 {
	padding-top: 10px;
}
	
	p.contest_select{
		font-size:16px;
	}
	

}