.link_list{
	margin: 20px 0;
}
.link_list ul{
	display: flex;
}
.link_list ul li{
	width:50%;
	height:400px;
	overflow: hidden;
}
.link_list_inner{
	position: relative;
	 transition:1s all;
}
.link_list_inner img{
	object-fit: cover;
	width:100%;
	height:400px;
	object-position: center center;
}

.link_list ul li:first-child .link_list_inner img{
	object-fit: cover;
	width:100%;
	height:400px;
	object-position: right center;
}
.link_list_inner_content{
	position: absolute;
	top:0;
	color:#fff;
	z-index: 3;
	width: 100%;
	text-align: center;
	padding-top:100px;
	letter-spacing: 2px;
}
.link_list_inner:after{
	position: absolute;
	top:0;
	display: block;
	content: "";
	background-color: rgba(0,0,0,0.4);
	width:100%;
	height:400px;
	z-index: 1;
}
.link_list_inner:hover:after{
	position: absolute;
	top:0;
	display: block;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width:100%;
	height:400px;
	z-index: 1;
}

.link_list_inner:hover img{
  transform:scale(1.2,1.2);
  transition:1s all;
}

.link_list_inner_title span{
	position: relative;
	display: block;
	font-size:1.1rem;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 500;
}

.link_list_inner_title span:after{
	position: relative;
	display: block;
	content: "";
	height:2px;
	width:60px;
	background-color: #FFD700;
	z-index: 1;
	margin: 10px auto 0;
}
.link_list_inner_mokuji{
	padding:10px 60px;
	line-height: 1.8;
	color:#FFD700;
	font-size: 0.9rem;
}

.link_list_inner_detail{
	text-decoration: underline;
	/*color:#FFD700;*/
	margin-top: 20px;
	letter-spacing: 0;
}

.top_title{
	position: relative;
	text-align: center;
	padding: 40px 0;
}

.top_title img{
	position: absolute;
	display: block;
	right:30%;
	top:20px;
	width:100px;
}
.top_title span{
	display: block;
	font-size: 2rem;
}
.commonpage_title{
	text-align: center;
}
.main_content{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	
}

.footer_block{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.footer_block{
	margin-top: 80px;
	text-align: center;
}
.footer_logo{
	margin-bottom: 20px;
}
.footer_logo img{
	
	width:500px;
}
.footer_title{
	font-family:'見出しミンMA31';
	font-size: 1.8rem;
}

.copyright{
	text-align: center;
	font-size: 0.9rem;
	padding: 10px 0;
}
.commonpage_size_block ul{
	display: flex;
}
.commonpage_size_block ul li{
	width:50%;
	padding: 10px;
}
.commonpage_size_title{
	font-size: 1.1rem;
	font-weight: 600;
	margin: 5px 0 10px;
	text-align: center;
}

.pc_visible{
	display: block;
}
.mobile_visible{
	display: none;
}


@media (max-width: 1200px) {
	
.top_title img{
	right:25%;

}
}




@media (max-width: 1000px) {
	
.top_title img{
	right:20%;

}
}









@media (max-width: 760px) {
	
.pc_visible{
	display: none;
}
.mobile_visible{
	display: block;
}
	.wrapper{
		overflow: hidden;
	}
	
	.commonpage_size_block ul{
		display: block;
	}
	.commonpage_size_block ul li{
		width:100%;
	}
	.link_list ul{
	display: block;
}
.link_list ul li{
	width:100%;
	height:400px;
	overflow: hidden;
}
	
	.top_title{
		padding: 30px 0;
	}
.top_title span{
	font-size: 1.4rem;
}
.top_title img{
	right:0;
	width: 70px;
	top:40px;

}
	
.footer_logo img{
	width:100%;
}
}
