@charset "utf-8";
/* CSS Document by NC201808*/
/*左下常設情報をみるボタンを隠す*/
.cst_end_page #menu_footerbutton_div{
	display: none;
}
#recommend *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	}
#recommend > div {/*ボイ既存*/
    display: block;
    position: absolute;
    z-index: 0;
    margin: 0;
    padding: 0;
    border: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
#recommend > div{
	color: rgba(255,255,255,.87);
	font-family: Roboto, Helvetica, Arial, sans-serif;
	background-color: #000;
	/*font-size: 1rem;*/
	/*font-size: 4vw;*/
}
#recommend-inner{
	/*height: 100%;*/
	height: 92%;
	display: flex;
	align-items: center;
}

#recommend figure{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#recommend figure>div{
	padding-top: 1.5em;
	overflow: hidden;
}
.mobile_device #recommend figure>div{
	height: 100vw;
	/*max-height: 72vh;*/
	max-height: 50vh;
}
.pc_device #recommend figure>div{
	/*height: 62vh; */
	height: 50vh;
	/*max-height: 100vw;*/
	max-height: 90vw;
}
#recommend figure img{
	height: 100%;
	width: auto;
	border-radius: 1px;
	border: 1px solid rgba(0,0,0,.12);
	vertical-align: bottom;
}
#recommend figcaption{
	/*margin: 1em auto;*/
	margin: .5em auto;
	/*padding: 0 1em;*/
	padding: 0;
	display: flex;
	flex-direction: column;
}
#recommend figcaption a{
	display: inline-block;
	/*margin: .75em auto;*/
	margin: .5em auto;
	background-color: #FFF;
	color: rgba(0,0,0,.87);
	padding:.5em .5em;
	text-decoration: none;
	border-radius: .25em;
	/*width: 11em;*/
	width: 74%;
	max-width: 90%;
	min-width: 38%;
	border: 1px solid rgba(0,0,0,.12);
}
.pc_device #recommend figcaption a{
	/*font-size: 1.125rem;*/
	/*max-width: 62%;*/
	width: 11em;
	max-width: 74%;
}
.mobile_device #recommend figcaption a{
	font-size: .85em;
	width: 11em;
	max-width: 96%;
}
#recommend figcaption a:hover{
	color: #2196F3;
	border: 1px solid #2196F3;
}
#recommend figcaption a:active,#recommend figcaption a:focus{
	background-color: #2196F3;
	color: #FFF;
}