@charset "utf-8";

/*----------------------------------------------------
　SP common レスポンシブ設定767以下
----------------------------------------------------*/
@media screen and (max-width: 767px) {
	
/*======================================

　TOPページ

======================================*/
	
/*----------------------------------------------------
　MAIN
----------------------------------------------------*/
#main {
	padding-bottom: 2em;
}

#main_img {
	width: 100%;
	margin-top: 0;
	margin-bottom: 3em;
}
#main_copy {
	font-size: 135%;
	left: 5%;
	bottom: 6%;
	line-height: 1.6em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents{
	width: 100%;
	background-image: none;
}
	
#side_copy{
	height: auto;
	width: 20%;
}
	
/*----------------------------------------------------
　インデックス
----------------------------------------------------*/
	
#index_box{
	width:100%;
}

#index_box a:hover{
	color: #b2444b;
}
#index_box ul{
	width: 100%;
}
#index_box ul li{
	width: 48%;
	margin-right: 0%;
	margin-bottom: 14%;
}

.index_no{
	font-size: 280%;
	top:0%;
	left: 0px;
}

.index_img {
	width:90%;
	margin-bottom: 1em;
	height: 49vw;
	max-height: 350px;
}
	
.index_copy{
	width: 90%;
	font-size: 110%;
	padding-bottom: 4%;
	background-size: 100% 6%;
	height:5.5em;
}

.index_title{
	width: 90%;
	height: auto;
	font-size: 110%;
	background-size: 100% 3%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list01 .index_title,.list02 .index_title{
	height: 13em !important;
}

.list03 .index_title,.list04 .index_title{
	height: 15em !important;
}
}
