@charset "UTF-8";
/* CSS Document */

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{

#specialOverview .wrapper .linkButton a.pdf span{
	display:inline-block;
	background-image:url(../../../../../images/pdf.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:22px auto;
	padding:8px 0 0 30px;
}

.specialOthers .wrapper:first-of-type ul li{
	display: inline-block;
	margin-right: 1.5em;
    margin-bottom:2em;
	font-weight: bold;
}
.specialOthers .wrapper:nth-of-type(2) ul:first-of-type{
    list-style: disc;
    padding-left: 1.5em;
    float: left;
}
.specialOthers .wrapper:nth-of-type(2) ul:nth-of-type(2){
    margin-top: 40px;
    border-bottom: 1px solid #d2d2d2;
}
.specialOthers .wrapper:nth-of-type(2) ul:nth-of-type(2) li{
    display: block;
    width: 300px;
    min-height: 300px;
	margin: 24px;
    text-align:center;
    float: left;
}
.specialOthers .wrapper:nth-of-type(2) ul:nth-of-type(2) li img{
    display: block;
    margin: 0 auto;
}
.specialOthers .wrapper:nth-of-type(2) dl{
    width: 90%;
    margin: 30px auto 0;
}
.specialOthers .wrapper:nth-of-type(2) dl dt{
    display: block;
    width: 65%;
    float: left;
}
.specialOthers .wrapper:nth-of-type(2) dl dd{
    display: block;
	float:right;
}

#rekikouza_list{
	margin: 0 auto;
	padding: 20px 0;
}
#rekikouza_list li{
	display: block;
	margin: 0 0 15px;
	padding: 0 0 15px;
	text-align:left;
	border-bottom: 1px solid #d2d2d2;
	position: relative;
}
#rekikouza_list li a{
	display: block;
	text-decoration:none;
	color:#000;
}
#rekikouza_list li:nth-of-type(4n){ margin:0 0 25px 0; }
#rekikouza_list li img{
	width:220px;
	height:auto;
	margin: 0 10px 3em 0;
	float: left;
}
#rekikouza_list li .cat{
	display:inline-block;
	width: 200px;
	text-align: center;
	font-size:86%;
	background-color:#54061a;
	color:#fff;
	padding:2px 10px;
}
#rekikouza_list li .state{
	color:#54061a;
	display:inline-block;
	font-size:86%;
	background-color:#eee;
	padding:2px 10px;
}
#rekikouza_list li h5{
	width: 790px;
	line-height:1.2;
	font-weight:bold;
	font-size:107%;
	margin:10px 0 0;
	float: left;
}
#rekikouza_list li .day{
	width: 790px;
	line-height:1.2;
	font-weight:bold;
	font-size:107%;
	margin:10px 0 0;
	float: left;
}
#rekikouza_list li .others{
	width: 480px;
	float: left;
}
#rekikouza_list li .others dt{
    display: inline-block;
    vertical-align: top;
}
#rekikouza_list li .others dd{
    display: inline-block;
    vertical-align: top;
}
#rekikouza_list .linkButton {
    position: absolute;
    bottom: 15px;
    right: 10px;
}
#rekikouza_list .linkButton a{
	padding: 1.0em 3.5em 1.0em 3em;
}

.specialOthers .sponsorship dl dt{
    display: inline-block;
    width: 82px;
    text-align: right;
    vertical-align: top;
}
.specialOthers .sponsorship dl dd{
    display: inline-block;
    width: 936px;
    vertical-align: top;
}

}

/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

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

.specialOthers .wrapper:first-of-type ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.specialOthers .wrapper:first-of-type ul li{
	display: block;
	box-sizing:border-box;
	width:80%;
	max-width:249px;
	height:auto;
	margin:0 20px 30px;
}


#rekikouza_list{
	margin: 0 auto;
	padding: 20px 0 0;
}
#rekikouza_list li{
	display: block;
	margin: 0;
	padding: 25px 0;
	border-bottom: 1px solid #d2d2d2;
}
#rekikouza_list li:first-of-type{
	padding-top:0;
}
#rekikouza_list li a{
	display: block;
	text-decoration:none;
	color:#000;
}
#rekikouza_list li:nth-of-type(4n){ margin:0 0 25px 0; }
#rekikouza_list li img{
	height:auto;
	margin: 0 auto;
	display: none;
}
#rekikouza_list li .cat{
	display:inline-block;
	text-align: center;
	background-color:#54061a;
	color:#fff;
	padding:2px 10px;
}
#rekikouza_list li .state{
	color:#54061a;
	display:inline-block;
	font-size:86%;
	background-color:#eee;
	padding:2px 10px;
}
#rekikouza_list li h5{
	line-height:1.2;
	font-weight:bold;
	font-size: 121%;
	margin:10px 0 0;
	text-align: left;
}
#rekikouza_list li .day{
	line-height:1.2;
	font-weight:bold;
	font-size: 121%;
	margin:10px 0 0;
}
#rekikouza_list li .others{margin-top: 10px;font-size: 107%;}
#rekikouza_list li .others dt{
    display: block;
}
#rekikouza_list li .others dd{
    display: block;
    margin-left: 1em;
}
#rekikouza_list .linkButton {margin-top: 15px;}
#rekikouza_list .linkButton a{
	padding: 1.0em 3.5em 1.0em 3em;
}

.specialOthers .sponsorship dl{
	margin-top:10px;
}
.specialOthers .sponsorship dl dt{
    display: block;
}
.specialOthers .sponsorship dl dd{
    display: block;
}

}