@charset "UTF-8";
/* ----------------------------------
/voice/inc/grandprix.inc
---------------------------------- */
.grandprix{
	background: rgb(94 118 167 / 10%);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 80px;
}
.grandprix.fudo{
	background: rgb(68 161 197 / 10%);
}
.grandprix .ttl{
    margin-bottom: 45px;
	padding: 0;
	text-align: center;
}
.grandprix p{
	line-height: 1.8;
    margin-bottom: 2em;
}
.grandprix .btn{
    box-sizing: border-box;
	display: block;
    max-width: 500px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid;
    border-radius: 2em;
    color: #5e76a7;
    font-size: 1.25em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: 20px 33px;
	position: relative;
}
.grandprix .btn::after{
	content: "";
	width: .65em;
	height: .65em;
    border-right: 2px solid #5e76a7;
    border-bottom: 2px solid #5e76a7;
    position: absolute;
    top: calc(50% - 2px);
	right: 20px;
    transform: rotate(-45deg) translateY(-50%);
}
.grandprix.fudo .btn{
    color: #44a1c5;
}
.grandprix.fudo .btn::after{
    border-right-color: #44a1c5;
    border-bottom-color: #44a1c5;
}
@media screen and (max-width: 599px){
	.grandprix{ padding: 20px;}
	.grandprix .ttl{ margin-bottom: 20px;}
	.grandprix .btn{
		font-size: 1em;
		padding: 20px;
	}
	.grandprix .btn::after{ right: 10px;}
}

/* 一覧ページ */
.voice_list .box_link.grandprix{
	border-radius: 10px;
}
.voice_list .box_link.grandprix h3{
	text-align: center;
}
.voice_list .box_link.grandprix h3 img{
	width: 205px;
}
.voice_list .box_link.grandprix .btn{
	color: #5e76a7;
	font-size: 1em;
	background-color: #fff;
	border: 1px solid;
	height: auto;
}
.voice_list .box_link.grandprix .btn::after{
	border-left-color: #5e76a7;
	transform: rotate(0);
}
@media screen and (min-width: 600px){
	.voice_list .box_link.grandprix .flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
	}
	.voice_list .box_link.grandprix h3{
		flex: 0 0 205px;
	}
	.voice_list .box_link.grandprix p{
		flex: 0 1 70%;
	    margin-bottom: 0;
	}
}
@media screen and (max-width: 599px){
	.voice_list .box_link.grandprix h3{
		margin-bottom: 1em;
	}
}
