@charset "utf-8";

.mt30 {margin-top:30px;}
.mt50 {margin-top:50px;}
.w100 {width:100%!important;}

a:hover {
	-moz-opacity:0.8;
	opacity:0.8;
	filter:alpha(opacity=80);
}
* {
	/*font-family:YuGothic,'游ゴシック','Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif!important;*/
	/*font-weight:500;*/
}
#main_space .container {
	width:100%;
	max-width:100%;
	padding:0;
}
#main_space .container .inner {
	width:1000px;
	margin:0 auto;
	text-align:center;
	line-height:1.8;
}
#main_space .container .inner .ttl01 {
	text-align:center;
	margin:25px 0 35px;
}
#main_space .container.x1,
#main_space .container.x2 {margin-bottom:25px;}
#main_space .container.x1 .inner .item_wp01,
#main_space .container.x2 .inner .item_wp01 {position:relative;}
#main_space .container.x1 .inner .item_wp01 a {
	position:absolute;
	right:0;
	bottom:0;
}
#main_space .container.x2 .inner .item_wp01 a {
	position:absolute;
	width:100%;
	height:100%;
	right:0;
	bottom:0;
}
#main_space .container.x2 .inner .item_wp01 a img {
	width:131px;
	aspect-ratio:1;
	position:absolute;
	right:0;
	bottom:0;
}

#main_space .container.table01 .inner h3 {
	text-align:center;
	margin-bottom:25px;
	font-size:28px;
	font-family:'Noto Sans JP', sans-serif;
	font-weight:600;
}
#main_space .container.table01 .inner table {
	width:100%;
	margin:0 0 50px;
	border-top:solid 1px #ddd;
	border-left:solid 1px #ddd;
	background-color:#fff;
	box-sizing:border-box;
}
#main_space .container.table01 .inner table tr th {
	width:90px;
	padding:8px 0;
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	background-color:#f1f1f1;
	font-weight:bold;
	font-size:16px;
	line-height:1.2;
}
#main_space .container.table01 .inner table tr th.x1 {width:100px;}
#main_space .container.table01 .inner table tr td {
	font-size:16px;
	padding:5px 0;
	line-height:1.4;
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
#main_space .container.table01 .inner table tr td.x1 img {width:52px;}
#main_space .container.table01 .inner table tr td.x1 span {
	font-weight:bold;
	font-size:15px;
}

#main_space .container.x0 .inner {
	width:100%;
	max-width:1200px;
}
#main_space .container.x3 {
	margin:85px 0 45px;
	padding:30px 0;
	background-color:#4d5965;
}
#main_space .container.x3 .inner p {
	text-align:center;
	font-size:20px;
	line-height:2.4;
	color:#fff;
}


/* 特集サイドメニューcss
------------------------------------------------------------------*/
#main_space #side_space {
	clear:both;
	width:100%;
	margin:25px 0 0 0;
}
#main_space #side_space h2 {
	width:100%;
	max-width:1500px;
	min-width:751px;
	margin:0 auto;
}
#main_space #side_space ul {
	width:100%;
	max-width:1500px;
	min-width:751px;
	margin:20px auto 0 auto;
}
#main_space #side_space ul li {
	width:24%;
	float:left;
	margin:0 0.5%;
}

/* メディアクエリ
------------------------------------------------------------------*/
@media screen and (max-width:1200px){
	#main_space #content_space #content {
		margin-left:0;
	}
	#main_space #side_space {
		clear:both;
		width:100%;
		margin:25px 0 0 0;
	}
	#main_space #side_space ul li {
		width:49%;
		float:left;
		margin:0 2% 0 0;
	}
	#main_space #side_space ul li:nth-child(even) {margin-right:0;}
}
@media screen and (max-width:1100px){
	#main_space .container .inner {
		width:100%;
		max-width:1000px;
		padding:0 25px;
		box-sizing:border-box;
	}
	#main_space .container .inner h2.sp_topimg img {width:100%;}
}
@media screen and (max-width:1000px){
	#main_space .container.x2 .inner .item_wp01 a {
		bottom:2.8vw;
		right:-50%;
		left:-57%;
		margin:0 auto;
		width:38vw;
	}
	#main_space .container.x1 .inner .item_wp01 a {
		bottom:2.8vw;
		right:-50%;
		left:-37%;
		margin:0 auto;
		width:38vw;
	}
}
@media screen and (max-width:900px){
	h1+p {display:flex;}
	#main_space {padding:15px 0 30px;}
	#main_space .container .inner {
		width:100%;
		min-width:751px;
		box-sizing:border-box;
	}
	#main_space .container .inner h2.sp_topimg img {width:100%;}
	#main_space .container .inner .ttl01 img {
		width:100%;
		max-width:790px;
	}
}
